Files
cpython/Lib
Guido van Rossum e276339cea 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.
2002-04-05 19:30:08 +00:00
..
2002-03-12 14:26:37 +00:00
2002-03-28 16:26:40 +00:00
2002-03-17 21:49:20 +00:00
2001-12-22 15:23:50 +00:00
2002-04-05 19:30:08 +00:00
2002-02-11 17:56:27 +00:00
2002-02-16 07:34:19 +00:00
2002-03-26 20:28:40 +00:00
2001-11-13 21:51:26 +00:00
2002-03-24 16:56:45 +00:00
2002-03-08 09:05:12 +00:00
2002-03-22 02:46:41 +00:00
2002-04-05 19:30:08 +00:00
2001-10-24 20:22:40 +00:00
2002-02-11 18:18:29 +00:00
2001-10-28 20:15:40 +00:00
2002-02-08 20:41:34 +00:00
2001-12-17 10:13:17 +00:00
2002-03-18 13:06:00 +00:00
2002-03-21 10:38:40 +00:00
2001-10-24 20:42:55 +00:00
2001-12-06 06:23:26 +00:00