diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ Core and builtins - A threading issue that caused random segfaults on some platforms from the testsuite was fixed in test_capi. +- Reverted fix for Bug #1379994: Builtin 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. What's New in Python 2.4.3c1? ============================= |