]> granicus.if.org Git - python/commitdiff
test_popen2 broke on Windows shortly after 2.0b2 was released. Fixed it.
authorTim Peters <tim.peters@gmail.com>
Tue, 3 Oct 2000 23:07:13 +0000 (23:07 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 3 Oct 2000 23:07:13 +0000 (23:07 +0000)
Lib/popen2.py

index 4580f5873ad1f50e1ac3907269ee9aa6e151ce1a..e1bf363996abea8ee800647240bfb45d55d8903b 100644 (file)
@@ -111,7 +111,7 @@ class Popen4(Popen3):
 
 if sys.platform[:3] == "win":
     # Some things don't make sense on non-Unix platforms.
-    del Popen3, Popen4, _active, _cleanup
+    del Popen3, Popen4
 
     def popen2(cmd, bufsize=-1, mode='t'):
         """Execute the shell command 'cmd' in a sub-process.  If 'bufsize' is