summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-02-27 11:19:18 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-02-27 11:19:18 (GMT)
commit82aa01fa2995a1a8f164c0747061d32ad5903858 (patch)
treede94de67bd85ebddc000e717d011ad41e6f2c593
parent8b65054fea6b605686d03b23f283e6bd4dfd5d63 (diff)
downloadcpython-82aa01fa2995a1a8f164c0747061d32ad5903858.zip
cpython-82aa01fa2995a1a8f164c0747061d32ad5903858.tar.gz
cpython-82aa01fa2995a1a8f164c0747061d32ad5903858.tar.bz2
Add entry for issue #691291.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 97ddc59..c55888b 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