Patch #2488: Add sys.maxsize.
diff --git a/Misc/NEWS b/Misc/NEWS
index befe78d..e2398ce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 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