diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2006-03-28 08:36:44 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2006-03-28 08:36:44 (GMT) |
commit | 7d42c22d6d77add480ff415014614d270cfc37df (patch) | |
tree | 91d1b2a367df0b3e77859f7de9f7892a5f62ee1c | |
parent | 6c52761464776c8f6830a0db260d06281f649900 (diff) | |
download | cpython-7d42c22d6d77add480ff415014614d270cfc37df.zip cpython-7d42c22d6d77add480ff415014614d270cfc37df.tar.gz cpython-7d42c22d6d77add480ff415014614d270cfc37df.tar.bz2 |
Relocate the misplaced heading.v2.4.3
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,14 +17,14 @@ Core and builtins - A threading issue that caused random segfaults on some platforms from the testsuite was fixed in test_capi. -Extension Modules ------------------ - - 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. +Extension Modules +----------------- + - Ubuntu bug #29289: Fixed a bug that the gb18030 codec raises RuntimeError on encoding surrogate pair area on UCS4 build. |