Gregory P. Smith added the comment:

If this isn't already mentioned in 2 to 3 porting notes it is worth 
highlighting there.  code which uses a str in python 2 and still uses a str in 
python 3 is now splitting on many more characters.

That seems to be the source of bugs like issue22233.  splitlines() used to work 
for the strict \r\n splitting task.  now that code needs to made explicit about 
its splitting desires.

----------
nosy: +gregory.p.smith

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

Reply via email to