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: Remove broken code from urllib2
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, jjlee
Priority: normal Keywords: patch

Created on 2006-04-02 12:19 by jjlee, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
cleanup.patch jjlee, 2006-04-02 12:19
Messages (2)
msg49942 - (view) Author: John J Lee (jjlee) Date: 2006-04-02 12:19
CustomProxy and CustomProxyHandler have been
non-functional since first checkin of the module. 
Neither class is documented.

OpenerFactory is not documented and has been marked
with "#bleck! don't use this yet" since first checkin ;-)

The patch removes these three classes, and does a bit
of docstring / comment weeding.
msg49943 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-04-02 20:48
Logged In: YES 
user_id=849994

Thanks! Applied as rev. 43554.
History
Date User Action Args
2022-04-11 14:56:16adminsetgithub: 43145
2006-04-02 12:19:36jjleecreate