[Python-checkins] peps: add notes about popen2 problem on Windows and SocketServer changes (original) (raw)
georg.brandl python-checkins at python.org
Wed Mar 23 21:27:40 CET 2011
- Previous message: [Python-checkins] peps: lookdict bug is closed
- Next message: [Python-checkins] peps: add the anti-tab action item
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 DrakeThere 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
- Previous message: [Python-checkins] peps: lookdict bug is closed
- Next message: [Python-checkins] peps: add the anti-tab action item
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]