]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Marc-Andre Lemburg: support pickling Unicode objects, both in text
authorGuido van Rossum <guido@python.org>
Fri, 10 Mar 2000 23:11:40 +0000 (23:11 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 10 Mar 2000 23:11:40 +0000 (23:11 +0000)
commit5fccb7c58e9e511dcbe05aa3566c7a392fd488b5
treee4a51478af6e423b2d8ccd2e52c7d262cc690603
parent2a70a3a8fc9b145c3fbf284a3ea422eae5899fdf
Marc-Andre Lemburg: support pickling Unicode objects, both in text
mode ('V') and in binary mode ('X').
Modules/cPickle.c