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.

Author jimjjewett
Recipients
Date 2006-05-17.22:44:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=764593

Note that lazy importing can interact very badly with 
threads.

Why did you change the signature of OpenenDirector._open?  
The base class ignores the data, but subclasses may not.

Removing the SSL guard "if hasattr(httplib, 'HTTPS')" is 
questionable, since the ssl library is external and must be 
compiled separately, and therefore may not exist on some 
platforms even without other source customizations.

History
Date User Action Args
2007-08-23 15:48:49adminlinkissue1484793 messages
2007-08-23 15:48:49admincreate