diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 7 |
2 files changed, 8 insertions, 0 deletions
@@ -620,6 +620,7 @@ Ilya Sandler Ty Sarna Ben Sayer Michael Scharf +Andreas Schawo Neil Schemenauer David Scherer Gregor Schmid @@ -44,6 +44,13 @@ Library - Issue #5016: FileIO.seekable() could return False if the file position was negative when truncated to a C int. Patch by Victor Stinner. +Extension Modules +----------------- + +- Issue #5463: In struct module, remove deprecated overflow wrapping + when packing an integer: struct.pack('=L', -1) now raises + struct.error instead of returning b'\xff\xff\xff\xff'. + What's New in Python 3.1 alpha 1 ================================ |