Jason R. Coombs <jar...@jaraco.com> added the comment:

I did consider and confirm that mode="rb" does also provide a uniform solution, 
but it also regresses the behavior of uncompressed inputs, making them bytes 
where they were text. This approach feels like the "Python 1" compatibility 
approach.

At least in my case, the preference was to migrate to the future behavior, 
where all content is decoded to Unicode text, without having to wait for Python 
3.9 to sunset.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue5758>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to