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 gvanrossum, jmadden, vstinner, xtreak
Date 2020-03-03.15:12:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583248346.49.0.950383975418.issue39674@roundup.psfhosted.org>
In-reply-to
Content
Another candidate is to revert the ignored "U" mode in open(): commit e471e72977c83664f13d041c78549140c86c92de of bpo-37330.

Removing "U" mode of open() broke 11 packages in Fedora:

* aubio
* openvswitch
* python-SALib
* python-altgraph
* python-apsw
* python-magic-wormhole-mailbox-server
* python-munch
* python-parameterized
* python-pylibmc
* python-sphinx-testing
* veusz

Keeping "U" mode in Python 3.9 is also a formal request from Andrew Bartlett of the Samba project: https://bugs.python.org/issue37330#msg362362
History
Date User Action Args
2020-03-03 15:12:26vstinnersetrecipients: + vstinner, gvanrossum, jmadden, xtreak
2020-03-03 15:12:26vstinnersetmessageid: <1583248346.49.0.950383975418.issue39674@roundup.psfhosted.org>
2020-03-03 15:12:26vstinnerlinkissue39674 messages
2020-03-03 15:12:26vstinnercreate