From 73a41aba0f1d80826cccdcfcc422f0fba4c80d04 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 24 Aug 2000 21:17:33 +0000 Subject: [PATCH] The popen problem is "solved". --- pep-0200.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pep-0200.txt b/pep-0200.txt index ec7792857..d7d04c831 100644 --- a/pep-0200.txt +++ b/pep-0200.txt @@ -197,9 +197,6 @@ Open items -- Need to be resolved before 2.0b1 release Windows ME: Don't know anything about it. Will the installer even run? Does it need the w9xpopen hack? - Win98 Guido: popen is hanging on Guido, and even freezing the - whole machine. No clue yet. - Open items -- Need to be resolved before 2.0 final release Improve code coverage of test suite. @@ -225,6 +222,11 @@ Open items -- completed/fixed let winreg.py out the door we'll be stuck with it forever, and not even Paul wants it anymore. + [24-Aug-2000 tim+guido - done] + Win98 Guido: popen is hanging on Guido, and even freezing the + whole machine. Was caused by Norton Antivirus 2000 (6.10.20) on + Windows 9x. Resolution: disable virus protection. + Accepted and completed