[Patches] [ python-Patches-1521882 ] Give Cookie.py its own _idmap

SourceForge.net noreply at sourceforge.net
Thu Jul 13 17:09:48 CEST 2006


Patches item #1521882, was opened at 2006-07-13 11:09
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1521882&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Collin Winter (collinwinter)
Assigned to: Nobody/Anonymous (nobody)
Summary: Give Cookie.py its own _idmap

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1521882&group_id=5470


More information about the Patches mailing list