From: Florent Xicluna Date: Sat, 27 Feb 2010 11:19:18 +0000 (+0000) Subject: Add entry for issue #691291. X-Git-Tag: v2.7a4~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82aa01fa2995a1a8f164c0747061d32ad5903858;p=python Add entry for issue #691291. --- diff --git a/Misc/NEWS b/Misc/NEWS index 97ddc59a34..c55888b4bc 100644 --- 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