]> granicus.if.org Git - python/commit
Issue #1523: Remove deprecated overflow masking in struct module, and
authorMark Dickinson <dickinsm@gmail.com>
Tue, 7 Jul 2009 15:08:28 +0000 (15:08 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 7 Jul 2009 15:08:28 +0000 (15:08 +0000)
commit5fd3af24a25ff7fd6d87fb521cdd2b5f5c5d32ee
tree25844eac6894374a1a6f69555562a2f266fec14d
parentbb3895cfc63d2ac0df6d15c5d25ed4862f3b9d03
Issue #1523: Remove deprecated overflow masking in struct module, and
make sure that out-of-range values consistently raise struct.error.
Lib/test/test_struct.py
Misc/NEWS
Modules/_struct.c