commit | 1c0c78c61f440de7187f62ecdd1cc828f0a2e95e | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Fri Mar 05 14:36:20 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Fri Mar 05 14:36:20 2010 +0000 |
tree | ecd9c92d3e4533795ee8704e00cd4ffe8a9e9fdd | |
parent | 3bbb67273a8c146a38de91080a37e716e2699622 [diff] |
Fix incorrect stacklevel for DeprecationWarnings originating from the struct module. Also clean up related tests in test_struct. The stacklevel fix should be backported to 2.6 once that branch is unfrozen.