Patch #1654417: make operator.{get,set,del}slice use the full range
of Py_ssize_t.
diff --git a/Misc/NEWS b/Misc/NEWS
index f91e300..f10f8be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -406,6 +406,9 @@
 Extension Modules
 -----------------
 
+- Patch #1654417: make operator.{get,set,del}slice use the full range
+  of Py_ssize_t.
+
 - Patch #1646728: datetime.fromtimestamp fails with negative
   fractional times.  With unittest.