]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Blocked revisions 70497 via svnmerge
authorMark Dickinson <dickinsm@gmail.com>
Sat, 21 Mar 2009 10:28:18 +0000 (10:28 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 21 Mar 2009 10:28:18 +0000 (10:28 +0000)
commitb06984e7a66fe5731203a0339c68944775e20cdf
tree6ec4adb32e031b08684569709f91204c39e6f021
parente57276ceb93d56fa78ee0337fc687b965a45c678
Blocked revisions 70497 via svnmerge

........
  r70497 | mark.dickinson | 2009-03-21 10:26:31 +0000 (Sat, 21 Mar 2009) | 6 lines

  - Issue #5463: In struct module, remove deprecated overflow wrapping
    when packing an integer: for example, struct.pack('=L', -1) now
    raises struct.error instead of returning b'\xff\xff\xff\xff'.

    Thanks Andreas Schawo for the patch.
........