]> granicus.if.org Git - python/commit
Issue #16231: Allow false values other than None to be used as persistent IDs.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 30 Nov 2013 21:24:13 +0000 (13:24 -0800)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 30 Nov 2013 21:24:13 +0000 (13:24 -0800)
commit1d3a17332683bc38f8be956ac3dc9ea8fbba27af
tree5102c3544b9ff7f3b78e3eafdd4b2e78d8f19827
parent72a01b29bf7ac17de81c294f4ee6e5cc7359c685
Issue #16231: Allow false values other than None to be used as persistent IDs.
Lib/pickle.py
Lib/test/pickletester.py
Misc/NEWS