commit | 3d830828defeabafe50ae5b8ba2298b7cf486b4f | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Thu Oct 08 15:54:10 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Thu Oct 08 15:54:10 2009 +0000 |
tree | c93668a2bc94de5a8a1882629d0834f79b4b9216 | |
parent | a5b642c9332333f78876f8ae5ccde8d055fda5ea [diff] |
Issue #7078: _struct.__doc__ was being ignored. Import it into struct. Also add description of '?' struct format character. Thanks Gabriel Genellina for the patch.