mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
more __all__ updates
This commit is contained in:
parent
e78b92a062
commit
eccd02a40d
12 changed files with 34 additions and 0 deletions
|
@ -81,6 +81,9 @@ XXX Possible additions:
|
|||
|
||||
import sys, os, stat
|
||||
|
||||
__all__ = ["input","close","nextfile","filename","lineno","filelineno",
|
||||
"isfirstline","isstdin","FileInput"]
|
||||
|
||||
_state = None
|
||||
|
||||
DEFAULT_BUFSIZE = 8*1024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue