mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
back out spurious change from 1.22
This commit is contained in:
parent
59b40c0828
commit
57fd45ea07
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import os
|
|||
import sys
|
||||
import types
|
||||
|
||||
__all__ = ["popen2", "popen3", "popen4", "Popen3", "Popen4"]
|
||||
__all__ = ["popen2", "popen3", "popen4"]
|
||||
|
||||
MAXFD = 256 # Max number of file descriptors (os.getdtablesize()???)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue