Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96803b2

Browse files
author
Skip Montanaro
committed
gnu_getopt should be exported in __all__
1 parent c4fcfa3 commit 96803b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/getopt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# - a option string with a W followed by semicolon should
3232
# treat "-W foo" as "--foo"
3333

34-
__all__ = ["GetoptError","error","getopt"]
34+
__all__ = ["GetoptError","error","getopt","gnu_getopt"]
3535

3636
import os
3737

0 commit comments

Comments
 (0)