[Python-checkins] CVS: python/nondist/peps pep-0042.txt,1.25,1.26

Jeremy Hylton python-dev@python.org
Tue, 3 Oct 2000 07:18:22 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv16651

Modified Files:
	pep-0042.txt 
Log Message:
remove cStringIO.readlines request; it's done

add urlparse request; handle RFC 2396 urls



Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** pep-0042.txt	2000/10/03 00:09:23	1.25
--- pep-0042.txt	2000/10/03 14:18:13	1.26
***************
*** 106,114 ****
        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.
  
--- 106,109 ----
***************
*** 158,161 ****
--- 153,161 ----
  
        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