]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
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)
........
  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.
........


No differences found