commit | fdaaa9c9d8a768c324a49250c91295ebce6b201a | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Apr 04 08:43:04 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Apr 04 08:43:04 2010 +0000 |
tree | 2a3cbe6e2caac85e72fd9f1622a531828cbb2401 | |
parent | 0d57caa2678fcb5c08a247a9ed17c73b311c7c00 [diff] |
Issue #8300 (__index__ handling in struct.pack): Remove redundant check and improve test coverage. Thanks Meador Inge for the patch.