]> granicus.if.org Git - python/commit
Blocked revisions 81375 via svnmerge
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 20 May 2010 10:41:41 +0000 (10:41 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 20 May 2010 10:41:41 +0000 (10:41 +0000)
commit784c027d18a7597aeb265325330e0559f00f130f
tree5bef1f255e7a31598b2759472c11ad015ffca4dd
parent712a17f1245deacbd53b3f88f570e3c3bcfa1545
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)
........