summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-05-20 08:11:19 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-05-20 08:11:19 (GMT)
commit4dd019fde36b53b30e69a2ce9cee3f2f9f25c2a6 (patch)
tree49969f2e7cf34f52d29252ecc038a35362f77246 /Misc
parentb7e419ebb9c815ad74d20e6e26f61b56eb2bc929 (diff)
downloadcpython-4dd019fde36b53b30e69a2ce9cee3f2f9f25c2a6.zip
cpython-4dd019fde36b53b30e69a2ce9cee3f2f9f25c2a6.tar.gz
cpython-4dd019fde36b53b30e69a2ce9cee3f2f9f25c2a6.tar.bz2
Patch #2488: Add sys.maxsize.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index befe78d..e2398ce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.6 beta 1?
Core and Builtins
-----------------
+- Patch #2488: Add sys.maxsize.
+
- Issue #2353: file.xreadlines() now emits a Py3k warning.
- Issue #2863: generators now have a ``gen.__name__`` attribute that