diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-08 20:57:48 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-08 20:57:48 (GMT) |
commit | b41e128fe1e2a511748926d0837d1a87f090b9a9 (patch) | |
tree | 1f27cccacc9099c65e35634089a18a714d4d2d38 /Misc | |
parent | 63b17671f00aafefc01c9b6d541d48c842e523b7 (diff) | |
download | cpython-b41e128fe1e2a511748926d0837d1a87f090b9a9.zip cpython-b41e128fe1e2a511748926d0837d1a87f090b9a9.tar.gz cpython-b41e128fe1e2a511748926d0837d1a87f090b9a9.tar.bz2 |
Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well
as wide (UCS4) unicode builds for both the host interpreter (embedded
inside gdb) and the interpreter under test.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -76,6 +76,13 @@ Library guaranteed to exist in all Python implementations and the names of hash algorithms available in the current process. +Tools/Demos +----------- + +- Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well + as wide (UCS4) unicode builds for both the host interpreter (embedded + inside gdb) and the interpreter under test. + Build ----- |