Issue #1523: Remove deprecated overflow masking in struct module, and
commit503383a6d797f983d0bd0167d0de838bdde2891b
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 7 Jul 2009 15:08:28 +0000 (7 15:08 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 7 Jul 2009 15:08:28 +0000 (7 15:08 +0000)
treee3417b28b8ed4ff663efd12bdfafe2e0c110c6fd
parent5b8b5c7f5846839c4a872f3ef36b565d1e78bd32
Issue #1523: Remove deprecated overflow masking in struct module, and
make sure that out-of-range values consistently raise struct.error.

git-svn-id: http://svn.python.org/projects/python/trunk@73891 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_struct.py
Misc/NEWS
Modules/_struct.c