This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: load_false/true() not used
Type: Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: gvanrossum, nnorwitz
Priority: normal Keywords:

Created on 2002-04-19 14:34 by nnorwitz, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg10441 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-04-19 14:34
Guido, in cPickle, load_false() & load_true() aren't
used.  I suspect this was due to the late change to
pickling.  Is there any reason to keep these?  If not,
assign back to be and I'll remove them.

Neal
msg10442 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2002-04-21 23:19
Logged In: YES 
user_id=6380

Oops, you're right. Thanks!
History
Date User Action Args
2022-04-10 16:05:14adminsetgithub: 36470
2002-04-19 14:34:23nnorwitzcreate