[wwwsearch-commits] r28680 - wwwsearch/mechanize/trunk
jjlee at codespeak.net
jjlee at codespeak.net
Sun Jun 11 19:26:32 CEST 2006
Author: jjlee
Date: Sun Jun 11 19:26:31 2006
New Revision: 28680
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 Jun 11 19:26:31 2006
@@ -283,7 +283,8 @@
<em>This is <strong>very</strong> roughly in order of priority</em>
<ul>
- <li>Implement RFC 3986 URL absolutization.
+ <li>Note BeautifulSoup 3.0 doesn't work yet (esp. in setup.py deps!).
+ <li>Use RFC 3986 URL absolutization.
<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)
@@ -293,13 +294,13 @@
<li>Fix BeautifulSoup support to use a single BeautifulSoup instance
per page.
<li>Test BeautifulSoup support better / fix encoding issue.
+ <li>Support BeautifulSoup 3.
<li>Add another History implementation or two and finalise interface.
<li>History cache expiration.
- <li>Investigate possible leak (see Balazs Ree's list posting).
+ <li>Investigate possible leak further (see Balazs Ree's list posting).
<li>Make encoding_finder public, I guess (but probably improve it first).
(For example: support Mark Pilgrim's universal encoding detector?)
<li>Add two-way links between BeautifulSoup & ClientForm object models.
- <li>In 0.2: fork urllib2 — easier maintenance.
<li>In 0.2: switch to Python unicode strings everywhere appropriate
(HTTP level should still use byte strings, of course).
<li>clean_url(): test browser behaviour. I <em>think</em> this is correct...
More information about the wwwsearch-commits
mailing list