|
|
|
|
|
by sseagull
620 days ago
|
|
One painful one that is still reverberating a bit in some areas is the renaming of "SafeConfigParser" to just "ConfigParser" in the standard library (in 3.12). This caused a whole lot of breaking in some areas because versioneer (a package for determining a package version from git tags) used it (in code that was placed inside your package, and so couldn't be solved by just upgrading versioneer). Also, I'm starting to get warning about something in tarfile that I will need to track down: https://peps.python.org/pep-0706/ |
|