Backport 69934:  Register xrange() as a Sequence.
diff --git a/Misc/NEWS b/Misc/NEWS
index c71c678..efa19a2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and Builtins
 -----------------
 
+- xrange() is now registered as a Sequence.
+
 - Issue #5247: Improve error message when unknown format codes are
   used when using str.format() with str, unicode, long, int, and
   float arguments.