Serhiy Storchaka added the comment:

What do you propose? Note that str.encode() doesn't raise an exception. Ascii 
unicode and 8-bit strings are interchangeable. Ascii unicode strings can be 
packed in str for less memory consumption (see xmlrpclib or ElementTree), a lot 
of str constant are used in unicode context (like os.sep or empty string). 
Breaking str.encode() will break valid existing code.

----------

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

Reply via email to