Antoine Pitrou added the comment:

> I'm not sure what the "transitional period" refers to, though.

The Python 2 -> Python 3 migration.

> It's 8 years later now and doesn't look like str(bytes_object) will
go away a source of subtle bugs anytime soon

str(bytes_object) is perfectly reasonable when logging stuff, for example.

Recommend closing.

----------
nosy: +gvanrossum, pitrou
resolution:  -> rejected
status: open -> pending
superseder:  -> py3k-pep3137: issue warnings / errors on str(bytes()) and 
similar operations

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

Reply via email to