diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-19 23:04:56 +0000 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-19 23:04:56 +0000 |
commit | a530f81d3dcb74a4f093ee1bee78450a41512d97 (patch) | |
tree | 55137a9b014840210dc15004402947ef174e4342 /Python/sysmodule.c | |
parent | f3cd982366a6bc577e06242548cd60a300088d65 (diff) | |
download | cpython-a530f81d3dcb74a4f093ee1bee78450a41512d97.tar.gz |
Issue #8559: improve unicode support of (gdb) libpython.py
* Escape non printable characters (use locale.getpreferredencoding())
* Fix support of surrogate pairs
* test_gdb.py: use ascii() instead of repr() in gdb program arguments to avoid
encoding issues
* Fix test_strings() of test_gdb.py for encoding different than UTF-8
(eg. ACSII)
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions