summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-04-16 22:51:37 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-04-16 22:51:37 (GMT)
commit8380dd5aa42372929fe962ebdc3c180d929e497a (patch)
tree8d26a672eb08d5069ca549fb265d2e012363b657 /Misc
parent4c04583e790c424b9360774fe7055576e925b534 (diff)
downloadcpython-8380dd5aa42372929fe962ebdc3c180d929e497a.zip
cpython-8380dd5aa42372929fe962ebdc3c180d929e497a.tar.gz
cpython-8380dd5aa42372929fe962ebdc3c180d929e497a.tar.bz2
Merged revisions 80126 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r80126 | benjamin.peterson | 2010-04-16 17:35:38 -0500 (Fri, 16 Apr 2010) | 1 line have a clear error when passing something > sys.maxsize to bytearray ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 81683c9..7e30651 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.2 Alpha 1?
Core and Builtins
-----------------
+- Issue #8417: Raise an OverflowError when an integer larger than sys.maxsize is
+ passed to bytes or bytearray.
+
- Issue #7301: Add environment variable $PYTHONWARNINGS.
- Issue #8329: Don't return the same lists from select.select when no fds are