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 fdrake
Recipients
Date 2002-04-04.20:51:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=3066

I've checked this in, with some changes to the code for
urlopen().  When a proxy configuration is supplied, the
version I checked in does not save the opener if there isn't
one; it always discards it.  If you really want to use a
specific proxy configuration with the simple functions,
create the opener and assign it to urllib._urlopener.
History
Date User Action Args
2007-08-23 15:11:20adminlinkissue523415 messages
2007-08-23 15:11:20admincreate