Author collinwinter
Recipients
Date 2006-07-13.15:09:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Currently, Lib/Cookie.py relies on being able to import
_idmap -- an internal implementation detail -- from
string.py. Given that string.py includes a comment
"Note that Cookie.py bogusly uses _idmap :(", it seems
this might be something worth fixing.

The attached patch resolves this issue by having
Cookie.py generate its own copy of _idmap.
History
Date User Action Args
2007-08-23 15:53:32adminlinkissue1521882 messages
2007-08-23 15:53:32admincreate