On Thu, Apr 8, 2021 at 9:54 AM Inada Naoki <[email protected]> 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  <[email protected]>
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/E62553ZLB3OBFNU3VMOLECIDKRHQ74UC/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to