Issue 1521882: Give Cookie.py its own _idmap (original) (raw)

Issue1521882

Created on 2006-07-13 15:09 by collinwinter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
give_Cookie_own_idmap.patch collinwinter,2006-07-13 15:09 Against r50618
Messages (3)
msg50688 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2006-07-13 15:09
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.
msg50689 - (view) Author: Matt Fleming (splitscreen) Date: 2006-08-03 00:16
Logged In: YES user_id=1126061 For what my opinion's worth, this patch looks fine.
msg50690 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-08-14 22:01
Logged In: YES user_id=849994 Applied as rev. 51290.
History
Date User Action Args
2022-04-11 14:56:18 admin set github: 43665
2006-07-13 15:09:48 collinwinter create