mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
added a few more __all__ lists
fixed typo in ihooks docstring
This commit is contained in:
parent
26e94a8822
commit
2dd4276559
9 changed files with 26 additions and 1 deletions
|
@ -9,6 +9,8 @@ import string, struct, sys, time
|
|||
import zlib
|
||||
import __builtin__
|
||||
|
||||
__all__ = ["GzipFile","open"]
|
||||
|
||||
FTEXT, FHCRC, FEXTRA, FNAME, FCOMMENT = 1, 2, 4, 8, 16
|
||||
|
||||
READ, WRITE = 1, 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue