> Searching 4,764 sdists from the top 5,000 PyPI packages, these 13 contain "LegacyInterpolation"
Other removed symbols are causing troubles, like SafeConfigParser.
Example of Fedora bz #2025600: mom fails to build with Python 3.11: AttributeError: module 'configparser' has no attribute 'SafeConfigParser'.
=> https://bugzilla.redhat.com/show_bug.cgi?id=2025600
Another example: python-iniparse fails to build with Python 3.11: AttributeError: 'RawConfigParser' object has no attribute 'readfp'
https://bugzilla.redhat.com/show_bug.cgi?id=2019017
You can try to unfold https://bugzilla.redhat.com/buglist.cgi?bug_id=2016048&bug_id_type=anddependson&format=tvp and search for "configparser". |