From: Mark Dickinson Date: Fri, 5 Mar 2010 14:41:33 +0000 (+0000) Subject: Blocked revisions 78690 via svnmerge X-Git-Tag: v3.2a1~1561 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65d7643cb492a7cda7b1d0153e6c610c30bd3b01;p=python Blocked revisions 78690 via svnmerge ........ r78690 | mark.dickinson | 2010-03-05 14:36:20 +0000 (Fri, 05 Mar 2010) | 3 lines 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. ........ ---