This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gregory.p.smith, hugovk, lukasz.langa, vstinner
Date 2022-02-02.02:07:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643767632.9.0.739991143878.issue45173@roundup.psfhosted.org>
In-reply-to
Content
> 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".
History
Date User Action Args
2022-02-02 02:07:12vstinnersetrecipients: + vstinner, gregory.p.smith, lukasz.langa, hugovk
2022-02-02 02:07:12vstinnersetmessageid: <1643767632.9.0.739991143878.issue45173@roundup.psfhosted.org>
2022-02-02 02:07:12vstinnerlinkissue45173 messages
2022-02-02 02:07:12vstinnercreate