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.

classification
Title: Add new top-level domains to cookielib
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, jjlee
Priority: normal Keywords: patch

Created on 2006-05-07 16:03 by jjlee, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tlds.patch jjlee, 2006-05-07 16:03
Messages (4)
msg50200 - (view) Author: John J Lee (jjlee) Date: 2006-05-07 16:03
IANA introduced some new top-level domains in addition
to the original seven.  This adds them to cookielib,
and adds a test for the relevant behaviour
(blacklisting of some "country-code TLDs").

2.4 backport candidate.
msg50201 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-05-07 20:45
Logged In: YES 
user_id=849994

Committed in rev. 45934. Note that the patch contained a new
test which imported a module "mechanize", which doesn't
belong to the stdlib. I removed that test.
msg50202 - (view) Author: John J Lee (jjlee) Date: 2006-05-07 21:23
Logged In: YES 
user_id=261020

Oops, could you commit the test with that "mechanize"
replaced by "cookielib"?

I just ran the tests with that change and it passes.
msg50203 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-05-08 17:29
Logged In: YES 
user_id=849994

Done in 45938.
History
Date User Action Args
2022-04-11 14:56:17adminsetgithub: 43329
2006-05-07 16:03:28jjleecreate