[Python-checkins] r70498 - python/branches/release30-maint

mark.dickinson python-checkins at python.org
Sat Mar 21 11:28:18 CET 2009


Author: mark.dickinson
Date: Sat Mar 21 11:28:18 2009
New Revision: 70498

Log:
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.
........


Modified:
   python/branches/release30-maint/   (props changed)


More information about the Python-checkins mailing list