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

Guido van Rossum python-dev@python.org
Mon, 2 Oct 2000 17:09:27 -0700


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

Modified Files:
	pep-0042.txt 
Log Message:
CGIHTTPServer has been ported to Windows (and possibly even Mac), so
this request can go.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** pep-0042.txt	2000/10/02 23:04:02	1.24
--- pep-0042.txt	2000/10/03 00:09:23	1.25
***************
*** 106,113 ****
        http://sourceforge.net/bugs/?func=detailbug&bug_id=114245&group_id=5470
  
-     - Port CGIHTTPServer to Windows.
- 
-       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.
--- 106,109 ----