diff options
author | Guido van Rossum <guido@python.org> | 2002-04-05 19:30:08 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-04-05 19:30:08 (GMT) |
commit | e276339cea6a8ea9ac9ff72ed9e1b8740eceac49 (patch) | |
tree | b6bed6eb8aae111a9d2fe7cbb000c50a881719e3 /Doc/ext | |
parent | d15a0a05d3161930928355e0b89091994bc54ee5 (diff) | |
download | cpython-e276339cea6a8ea9ac9ff72ed9e1b8740eceac49.zip cpython-e276339cea6a8ea9ac9ff72ed9e1b8740eceac49.tar.gz cpython-e276339cea6a8ea9ac9ff72ed9e1b8740eceac49.tar.bz2 |
Implement an idea by Paul Rubin:
Change pickling format for bools to use a backwards compatible
encoding. This means you can pickle True or False on Python 2.3
and Python 2.2 or before will read it back as 1 or 0. The code
used for pickling bools before would create pickles that could
not be read in previous Python versions.
Diffstat (limited to 'Doc/ext')
0 files changed, 0 insertions, 0 deletions