mirror of
https://github.com/python/cpython.git
synced 2025-10-06 23:21:06 +00:00
__all__ for several more modules
This commit is contained in:
parent
81b6ae7ef7
commit
c62c81e013
12 changed files with 35 additions and 0 deletions
|
@ -10,6 +10,8 @@ from select import select
|
|||
import os, FCNTL
|
||||
import tty
|
||||
|
||||
__all__ = ["openpty","fork","spawn"]
|
||||
|
||||
STDIN_FILENO = 0
|
||||
STDOUT_FILENO = 1
|
||||
STDERR_FILENO = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue