On Thu, Apr 8, 2021 at 9:54 AM Inada Naoki <songofaca...@gmail.com> wrote: > > We are close to 3.10 beta and it is not ideal timing for removing. > So my proposal is: > > * Remove 'U' in fileinput, because it makes my task little simpler. > * Remove 'U' in other places in Python 3.11, after 3.10 branch is > created (and master branch is renamed to main). >
I rejected bpo-36865, and created a pull request fixing bpo-5758 and bpo-43712 without touching the `mode`. There is no need to remove 'U' soon from fileinput too. We can remove them all in Python 3.11. https://bugs.python.org/issue36865 https://bugs.python.org/issue5758 https://bugs.python.org/issue43712 https://github.com/python/cpython/pull/25272 -- Inada Naoki <songofaca...@gmail.com> _______________________________________________ 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/E62553ZLB3OBFNU3VMOLECIDKRHQ74UC/ Code of Conduct: http://python.org/psf/codeofconduct/