> We propose to revert 5 changes: > > • Removed tostring/fromstring methods in array.array and base64 modules > • Removed collections aliases to ABC classes > • Removed fractions.gcd() function (which is similar to math.gcd()) > • Remove "U" mode of open(): having to use io.open() just for Python 2 > makes the code uglier > • Removed old plistlib API: 2.7 doesn't have the new API
+1 from me. We don't gain anything by removing these in 3.9 instead of 3.10, so it is perfectly reasonable to ease the burden on users by deferring them for another release. Raymond _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/52V6RP2WBC43OWTLBICS77MD3IGSV5CI/ Code of Conduct: http://python.org/psf/codeofconduct/