mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +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
|
@ -4,6 +4,8 @@
|
|||
|
||||
# (Dec 1991 version).
|
||||
|
||||
__all__ = ["encode","decode"]
|
||||
|
||||
ESCAPE = '='
|
||||
MAXLINESIZE = 76
|
||||
HEX = '0123456789ABCDEF'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue