Author jjlee
Recipients
Date 2005-02-20.02:48:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
urllib2.OpenerDirector would be pickleable if it were
not for the fact that a couple of urllib2 handlers
(which build_opener() adds by default) have function
instance attributes.

It's trivial to replace these instance attributes with
a method that delegates to the appropriate function,
thus allowing pickling.
History
Date User Action Args
2007-08-23 15:41:55adminlinkissue1144636 messages
2007-08-23 15:41:55admincreate