commit | e9493a1872b122097e6bd7660398c267b966d2f6 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Apr 04 08:52:51 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Apr 04 08:52:51 2010 +0000 |
tree | 879c21fe07539507838651ddc1f41113c0b2fa23 | |
parent | 4c28ddc2f2356e19d10b11eb671ad934e6d07f8b [diff] |
Merged revisions 79745 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79745 | mark.dickinson | 2010-04-04 09:43:04 +0100 (Sun, 04 Apr 2010) | 3 lines Issue #8300 (__index__ handling in struct.pack): Remove redundant check and improve test coverage. Thanks Meador Inge for the patch. ........