]> granicus.if.org Git - python/commit
PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (instead
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 17 May 2010 01:26:01 +0000 (01:26 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 17 May 2010 01:26:01 +0000 (01:26 +0000)
commit372ac5e73260d6e8c8aefe31fd979a7706841868
tree6c8feac35bff3c12181a819e4925f6d094831df4
parent6baded49d0abf07f141dae489c6a010af1b1e209
PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (instead
of strict) error handler to escape surrogates
Lib/test/test_sys.py
Misc/NEWS
Objects/object.c