]> granicus.if.org Git - python/commit
Issue #1729305: Fix doctest to handle encode error with "backslashreplace". It fixes...
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sat, 27 Feb 2010 13:31:23 +0000 (13:31 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sat, 27 Feb 2010 13:31:23 +0000 (13:31 +0000)
commit2a903b26e93c34cfc18fc9b5e491ca183e01eecf
tree0940bb0de0518764a587fc8c36ed37f392ffc8f9
parent0263da547e0053865fe5ad868057a89a1de2fd2e
Issue #1729305: Fix doctest to handle encode error with "backslashreplace".  It fixes #7667 too.
Lib/doctest.py
Lib/test/test_doctest.py
Misc/NEWS