remove cStringIO.readlines request; it's done

add urlparse request; handle RFC 2396 urls
This commit is contained in:
Jeremy Hylton 2000-10-03 14:18:13 +00:00
parent 0d24439f04
commit 1281e4e7c8
1 changed files with 5 additions and 5 deletions

View File

@ -105,11 +105,6 @@ Standard Library
http://sourceforge.net/bugs/?func=detailbug&bug_id=114245&group_id=5470
- cStringIO.StringIO class should be given a readlines() method
for compatibility with StringIO.StringIO class.
http://sourceforge.net/bugs/?func=detailbug&bug_id=110686&group_id=5470
- Extend copy.py to class, module & function types.
http://sourceforge.net/bugs/?func=detailbug&bug_id=114553&group_id=5470
@ -158,6 +153,11 @@ Standard Library
http://sourceforge.net/bugs/?func=detailbug&bug_id=110849&group_id=5470
- urlparse should be updated to comply with RFC 2396, which
defines optional parameters for each segment of the page.
http://sourceforge.net/bugs/?func=detailbug&bug_id=110834&group_id=5470
Tools
- IDLE should reload & recompile modules changed externally. To