-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Update to using configparser
Since we've effectively dropped Python2 support there is no reason to keep using six for backwards compatibility. This is the first of many small changes to remove six from use. This one is first as newer mypy seems to be having issues with the configparser transition! Issue: RELENG-5063 Change-Id: If9cd83933d0cd6e0b7ac69afaa1bb94a9dab8202 Signed-off-by: Andrew Grimberg <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
deprecations: | ||
- | | ||
The six module is being phased out of use as Python 2 support has been | ||
dropped. This release is the first in which one (or more) transitions have | ||
happened. There should be no issues related to this transition but bugs may | ||
creep in. |