mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
more __all__ updates
This commit is contained in:
parent
e78b92a062
commit
eccd02a40d
12 changed files with 34 additions and 0 deletions
|
@ -24,6 +24,8 @@ is read when the database is opened, and some updates rewrite the whole index)
|
|||
_os = __import__('os')
|
||||
import __builtin__
|
||||
|
||||
__all__ = ["open"]
|
||||
|
||||
_open = __builtin__.open
|
||||
|
||||
_BLOCKSIZE = 512
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue