Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57fd45e

Browse files
author
Skip Montanaro
committed
back out spurious change from 1.22
1 parent 59b40c0 commit 57fd45e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/popen2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import sys
1111
import types
1212

13-
__all__ = ["popen2", "popen3", "popen4", "Popen3", "Popen4"]
13+
__all__ = ["popen2", "popen3", "popen4"]
1414

1515
MAXFD = 256 # Max number of file descriptors (os.getdtablesize()???)
1616

0 commit comments

Comments
 (0)