]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #8383: pickle and pickletools use surrogatepass error handler when
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 13 Apr 2010 11:07:24 +0000 (11:07 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 13 Apr 2010 11:07:24 +0000 (11:07 +0000)
commit485fb56eb86a1fcd35fd3d0d37efb5ec514dba2b
treef6b23e9670e70af104a248010798942acdbc5c7b
parent36067606707844f7de076cf1846afb767b494d7e
Issue #8383: pickle and pickletools use surrogatepass error handler when
encoding unicode as utf8 to support lone surrogates and stay compatible with
Python 2.x and 3.0
Lib/pickle.py
Lib/pickletools.py
Lib/test/pickletester.py
Misc/NEWS
Modules/_pickle.c