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

Barry Warsaw python-dev@python.org
Sat, 16 Sep 2000 15:01:31 -0700


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

Modified Files:
	pep-0042.txt 
Log Message:
Added request for cStringIO.StringIO.readlines() method.  Closes SF
bug #110686.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** pep-0042.txt	2000/09/16 02:22:42	1.13
--- pep-0042.txt	2000/09/16 22:01:28	1.14
***************
*** 105,108 ****
--- 105,113 ----
        http://sourceforge.net/bugs/?func=detailbug&bug_id=110839&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
+ 
  
  Tools