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.

Author tim.peters
Recipients
Date 2003-02-05.22:57:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Andrew, didn't you go overboard in deleting text here?  The 
__safe_for_unpickling__ check is gone in 2.3, but most of the 
rest of the text still applies.  In particular, Cookie is still a 
problem for people inclined to worry about this, and overriding 
methods like find_global and load_global is still valuable stuff 
(the unpickler still never imports anything that doesn't come 
from an opcode triggering one of these methods).  
History
Date User Action Args
2007-08-23 13:56:49adminlinkissue471893 messages
2007-08-23 13:56:49admincreate