diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-02-27 14:21:57 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-02-27 14:21:57 (GMT) |
commit | 5925085653cc9ef28dbf36859b9f208ef80b57b4 (patch) | |
tree | ad6c11492804ff3b4090122c4feb6cce3159c4ac /Misc/NEWS | |
parent | e33721e1b54a2af5b4547e56d9349930260b7235 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |