]> granicus.if.org Git - python/commit
Issue #8973: Add __all__ to struct module, so that help(struct) correctly
authorMark Dickinson <dickinsm@gmail.com>
Sat, 12 Jun 2010 15:17:02 +0000 (15:17 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 12 Jun 2010 15:17:02 +0000 (15:17 +0000)
commit4b80ef5432abe2cd72cf898e92927bb2273d179b
treeae562bddd9e88e191cb7d1b0c068b6e345034ba8
parent3a810e6825a6fddbbfae35073af53299b745dfa7
Issue #8973:  Add __all__ to struct module, so that help(struct) correctly
displays information for the struct.Struct class.
Lib/struct.py
Misc/NEWS
Modules/_struct.c