commit | 2a903b26e93c34cfc18fc9b5e491ca183e01eecf | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Sat Feb 27 13:31:23 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Sat Feb 27 13:31:23 2010 +0000 |
tree | 0940bb0de0518764a587fc8c36ed37f392ffc8f9 | |
parent | 0263da547e0053865fe5ad868057a89a1de2fd2e [diff] [blame] |
Issue #1729305: Fix doctest to handle encode error with "backslashreplace". It fixes #7667 too.
diff --git a/Misc/NEWS b/Misc/NEWS index c55888b..f206f03 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -35,6 +35,8 @@ Library ------- +- Issue #1729305: Fix doctest to handle encode error with "backsplashreplace". + - Issue #691291: codecs.open() should not convert end of lines on reading and writing.