| commit | 4846a8e828e345772de53aa410fcabe6a4aae772 | [log] [tgz] |
|---|---|---|
| author | Mark Dickinson <dickinsm@gmail.com> | Sat Apr 03 14:05:10 2010 +0000 |
| committer | Mark Dickinson <dickinsm@gmail.com> | Sat Apr 03 14:05:10 2010 +0000 |
| tree | 03d81d42998c42f59482f15001446c36ba70211e | |
| parent | ae509520de5a0321f58c79afffad10ae59dae8b9 [diff] |
Issue #8300: Let struct.pack use __index__ to convert and pack non-integers. Based on a patch by Meador Inge.