[Python-checkins] CVS: python/nondist/peps pep-0200.txt,1.34,1.35

Jeremy Hylton python-dev@python.org
Thu, 31 Aug 2000 19:50:27 -0700


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

Modified Files:
	pep-0200.txt 
Log Message:
add notes about popen2 problem on Windows and SocketServer changes


Index: pep-0200.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0200.txt,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** pep-0200.txt	2000/09/01 02:20:46	1.34
--- pep-0200.txt	2000/09/01 02:50:24	1.35
***************
*** 96,99 ****
--- 96,102 ----
  
      Add popen2 support for Linux -- Fred Drake
+     There are some threads problems on windows...
+ 
+     Deal with buffering problem with SocketServer -- GvR
  
      Get all patches out of Open.