mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
a few more modules get __all__
This commit is contained in:
parent
bbd89b66b1
commit
17ab123cf1
11 changed files with 31 additions and 0 deletions
|
@ -18,6 +18,11 @@ import string, sys
|
|||
# If this fails, fall back on a basic 'C' locale emulation.
|
||||
#
|
||||
|
||||
__all__ = ["setlocale","Error","localeconv","strcoll","strxfrm",
|
||||
"format","str","atof","atoi","LC_CTYPE","LC_COLLATE",
|
||||
"LC_TIME","LC_MONETARY","LC_NUMERIC","LC_MESSAGES",
|
||||
"LC_ALL","CHAR_MAX"]
|
||||
|
||||
try:
|
||||
|
||||
from _locale import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue