mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +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
|
|
@ -48,6 +48,9 @@ import sys
|
|||
import struct
|
||||
from errno import ENOENT
|
||||
|
||||
__all__ = ["bindtextdomain","textdomain","gettext","dgettext",
|
||||
"find","translation","install","Catalog"]
|
||||
|
||||
_default_localedir = os.path.join(sys.prefix, 'share', 'locale')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue