diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-02-27 14:37:21 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-02-27 14:37:21 (GMT) |
commit | e94b221d5ed5d1f5efc6087623dbbe2916b478bc (patch) | |
tree | 0bacbe188fe5d48e6d4b7620cc0a1423d8502644 /Misc | |
parent | 8f1c275daafaa57e5e467d759d28ae4875c9e16f (diff) | |
download | cpython-e94b221d5ed5d1f5efc6087623dbbe2916b478bc.zip cpython-e94b221d5ed5d1f5efc6087623dbbe2916b478bc.tar.gz cpython-e94b221d5ed5d1f5efc6087623dbbe2916b478bc.tar.bz2 |
Merged revisions 78493 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r78493 | florent.xicluna | 2010-02-27 15:21:57 +0100 (sam, 27 fév 2010) | 11 lines
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')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -92,6 +92,8 @@ Core and Builtins 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. |