[issue10041] socket.makefile(mode = 'r').readline() silently removes carriage return

kai zhu report at bugs.python.org
Wed Oct 13 01:53:22 CEST 2010


kai zhu <kaizhu256 at gmail.com> added the comment:

done ;p
added separate unicode read, write, and readwrite test cases (which all pass)

keep in mind my issue is specific to truncation of carriage return (imo a  priority for py3k migration).  i think this can b resolved by python 3.2

more general unicode issues should b raised in separate bug reports.

----------
Added file: http://bugs.python.org/file19209/socket.makefile.with.unittest.v3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10041>
_______________________________________


More information about the Python-bugs-list mailing list