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

SourceForge.net noreply at sourceforge.net
Thu Aug 3 02:16:30 CEST 2006


Patches item #1521882, was opened at 2006-07-13 15:09
Message generated for change (Comment added) made by splitscreen
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.

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

Comment By: Matt Fleming (splitscreen)
Date: 2006-08-03 00:16

Message:
Logged In: YES 
user_id=1126061

For what my opinion's worth, this patch looks fine.

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

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