]> granicus.if.org Git - python/commitdiff
Add entry for issue #691291.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sat, 27 Feb 2010 11:19:18 +0000 (11:19 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sat, 27 Feb 2010 11:19:18 +0000 (11:19 +0000)
Misc/NEWS

index 97ddc59a3476bab7e3980bf57ab07fff9f5e9e68..c55888b4bc0d6eb3f9adb1c010ab39ea6661c65a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #691291: codecs.open() should not convert end of lines on reading and
+  writing.
+
 - Issue #7975: correct regression in dict methods supported by bsddb.dbshelve.
 
 - Issue #7959: ctypes callback functions are now registered correctly