]> granicus.if.org Git - python/commit
For 3.x, the "backslashreplace" error handling is plugged on the "write" method.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sat, 27 Feb 2010 14:21:57 +0000 (14:21 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sat, 27 Feb 2010 14:21:57 +0000 (14:21 +0000)
commit5925085653cc9ef28dbf36859b9f208ef80b57b4
treead6c11492804ff3b4090122c4feb6cce3159c4ac
parente33721e1b54a2af5b4547e56d9349930260b7235
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.
........
Lib/doctest.py
Lib/test/test_doctest.py
Misc/NEWS