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: Move urllib2 functional tests into test suite
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, jjlee
Priority: normal Keywords:

Created on 2004-07-10 19:20 by jjlee, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_urllib2.py.patch jjlee, 2004-07-10 19:20
urllib2.py.patch jjlee, 2004-07-10 19:21
Messages (2)
msg21478 - (view) Author: John J Lee (jjlee) Date: 2004-07-10 19:20
People keep forgetting to run the tests that live in
the if __name__ == "__main__" block of urllib2, so this
patch moves them into the main test suite.
msg21479 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2004-07-10 19:47
Logged In: YES 
user_id=11375

Applied; thanks!
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40534
2004-07-10 19:20:45jjleecreate