mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gnu_getopt should be exported in __all__
This commit is contained in:
parent
c4fcfa3457
commit
96803b2983
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
# - a option string with a W followed by semicolon should
|
||||
# treat "-W foo" as "--foo"
|
||||
|
||||
__all__ = ["GetoptError","error","getopt"]
|
||||
__all__ = ["GetoptError","error","getopt","gnu_getopt"]
|
||||
|
||||
import os
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue