]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\'
authorHye-Shik Chang <hyeshik@gmail.com>
Sat, 17 Dec 2005 04:38:31 +0000 (04:38 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Sat, 17 Dec 2005 04:38:31 +0000 (04:38 +0000)
commitcb92b45e4112cd871bc2dfc30e3bd879afa9ee60
treedade85682cd312fb90aa865de9197666938fa0c8
parenta35865fada8bb234e2b7ab61e45a4c62a7d8b054
Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\'
just like string codecs.
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c