summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-02-27 14:21:57 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-02-27 14:21:57 (GMT)
commit5925085653cc9ef28dbf36859b9f208ef80b57b4 (patch)
treead6c11492804ff3b4090122c4feb6cce3159c4ac /Misc/NEWS
parente33721e1b54a2af5b4547e56d9349930260b7235 (diff)
downloadcpython-5925085653cc9ef28dbf36859b9f208ef80b57b4.zip
cpython-5925085653cc9ef28dbf36859b9f208ef80b57b4.tar.gz
cpython-5925085653cc9ef28dbf36859b9f208ef80b57b4.tar.bz2
For 3.x, the "backslashreplace" error handling is plugged on the "write" method.
Recorded merge of revisions 78488 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78488 | florent.xicluna | 2010-02-27 14:31:23 +0100 (sam, 27 fév 2010) | 2 lines Issue #1729305: Fix doctest to handle encode error with "backslashreplace". It fixes #7667 too. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a870564..ee43e63 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -260,6 +260,8 @@ C-API
Library
-------
+- Issue #1729305: Fix doctest to handle encode error with "backslashreplace".
+
- Issue #691291: codecs.open() should not convert end of lines on reading and
writing.