[wwwsearch-commits] r27776 - wwwsearch/mechanize/trunk
jjlee at codespeak.net
jjlee at codespeak.net
Sun May 28 00:03:13 CEST 2006
Author: jjlee
Date: Sun May 28 00:03:12 2006
New Revision: 27776
Modified:
wwwsearch/mechanize/trunk/README.html.in
Log:
Update todo list
Modified: wwwsearch/mechanize/trunk/README.html.in
==============================================================================
--- wwwsearch/mechanize/trunk/README.html.in (original)
+++ wwwsearch/mechanize/trunk/README.html.in Sun May 28 00:03:12 2006
@@ -284,13 +284,18 @@
<ul>
<li>Add .get_method() to Request.
+ <li>Can maybe switch back to using some stuff direct from urllib2
+ now using 2.3 -- e.g. maybe HTTPRedirectHandler?
<li>Test <code>.any_response()</code> two handlers case: ordering.
<li>Test referer bugs (frags and don't add in redirect unless orig
req had Referer)
<li>Implement RFC 3986 URL absolutization.
+ <li>Strip fragments before retrieving URLs (this should probably be
+ considered a bug in urllib2).
<li>Proper XHTML support!
<li>Make encoding_finder public, I guess (but probably improve it first).
(For example: support Mark Pilgrim's universal encoding detector?)
+ Use class, not closure (closures don't pickle).
<li>Continue with the de-crufting enabled by requirement for Python 2.3.
<li>Fix BeautifulSoup support to use a single BeautifulSoup instance
per page.
More information about the wwwsearch-commits
mailing list