]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying...
authorMark Dickinson <mdickinson@enthought.com>
Sun, 27 Mar 2011 15:25:40 +0000 (16:25 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Sun, 27 Mar 2011 15:25:40 +0000 (16:25 +0100)
commit92b60d55d9115af9661618d7d24da929f181be68
tree16326265d34fcff48260bdb26cf403d97f0f6951
parentccd2283c6fa83a7759a84605810e28713e9f1755
Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer.
Lib/test/test_xdrlib.py
Lib/xdrlib.py
Misc/ACKS
Misc/NEWS