[Python-checkins] r78461 - in python/trunk/Lib: codecs.py test/test_codecs.py

Antoine Pitrou solipsis at pitrou.net
Sat Feb 27 05:12:16 CET 2010


Hello Florent,

> Log:
> #691291: codecs.open() should not convert end of lines on reading and writing.
> 
> Modified:
>    python/trunk/Lib/codecs.py
>    python/trunk/Lib/test/test_codecs.py

You must add a corresponding entry in the relevant section of the Misc/NEWS file.
Also, if it is a bugfix rather than a new feature, it should be backported to
2.6 and 3.1 as well (using svnmerge).

Thanks

Antoine.




More information about the Python-checkins mailing list