]> granicus.if.org Git - python/commit
Issue #8300 (__index__ handling in struct.pack): Remove redundant check
authorMark Dickinson <dickinsm@gmail.com>
Sun, 4 Apr 2010 08:43:04 +0000 (08:43 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 4 Apr 2010 08:43:04 +0000 (08:43 +0000)
commitfdaaa9c9d8a768c324a49250c91295ebce6b201a
tree2a3cbe6e2caac85e72fd9f1622a531828cbb2401
parent0d57caa2678fcb5c08a247a9ed17c73b311c7c00
Issue #8300 (__index__ handling in struct.pack): Remove redundant check
and improve test coverage.  Thanks Meador Inge for the patch.
Lib/test/test_struct.py
Modules/_struct.c