Staging
v0.5.1
https://github.com/python/cpython
Revision cb9051a608525c1fd191701e169cd51910f9ceee authored by Anthony Baxter on 28 March 2006, 07:32:36 UTC, committed by Anthony Baxter on 28 March 2006, 07:32:36 UTC
unicode_escape and raw_unicode_escape codec now encodes backslash correctly.

This caused another issue for unicode repr strings being double-escaped
(SF Bug #1459029). Correct fix will be in 2.5, but is too risky for 2.4.3.

Added a testcase for #1459029.
1 parent 51487fe
History
Tip revision: cb9051a608525c1fd191701e169cd51910f9ceee authored by Anthony Baxter on 28 March 2006, 07:32:36 UTC
after discussions with perky, reverted fix for Bug #1379994: Builtin
Tip revision: cb9051a
File Mode Size
Grammar -rw-r--r-- 5.0 KB

back to top