[Python-checkins] r81376 - python/branches/release31-maint

victor.stinner python-checkins at python.org
Thu May 20 12:41:41 CEST 2010


Author: victor.stinner
Date: Thu May 20 12:41:41 2010
New Revision: 81376

Log:
Blocked revisions 81375 via svnmerge

........
  r81375 | victor.stinner | 2010-05-20 01:04:56 +0200 (jeu., 20 mai 2010) | 9 lines
  
  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)
........


Modified:
   python/branches/release31-maint/   (props changed)


More information about the Python-checkins mailing list