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 jcgregorio
Recipients
Date 2007-07-29.18:25:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This is an updated patch that simplifies the translation of characters. 

Instead of having a closure for the quoting and then wrapping it
in a Memoize instance, this patch just creates a simple
Quoter class that does the translation and caching.

File Added: urllib2-cookie-quote-2.patch
History
Date User Action Args
2007-08-23 15:59:27adminlinkissue1762940 messages
2007-08-23 15:59:27admincreate