[Python-checkins] peps: add notes about popen2 problem on Windows and SocketServer changes

georg.brandl python-checkins at python.org
Wed Mar 23 21:27:40 CET 2011


http://hg.python.org/peps/rev/db1c67aa4e93
changeset:   169:db1c67aa4e93
user:        Jeremy Hylton <jeremy at alum.mit.edu>
date:        Fri Sep 01 02:50:24 2000 +0000
summary:
  add notes about popen2 problem on Windows and SocketServer changes

files:
  pep-0200.txt |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/pep-0200.txt b/pep-0200.txt
--- a/pep-0200.txt
+++ b/pep-0200.txt
@@ -95,6 +95,9 @@
 Open items -- Need to be resolved before 2.0b1 release
 
     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.
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list