remove cStringIO.readlines request; it's done
add urlparse request; handle RFC 2396 urls
This commit is contained in:
parent
0d24439f04
commit
1281e4e7c8
10
pep-0042.txt
10
pep-0042.txt
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue