From 643d3916d5245afcc6d1031ef7bd77ac13cc33f1 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 5 Jul 2001 14:46:25 +0000 Subject: [PATCH] News about xrange(). --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 8cd6c4d7aa16..ba39289578d5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -138,6 +138,10 @@ Core Library +- The xrange() object is simplified: it no longer supports slicing, + repetition, comparisons, efficient 'in' checking, the tolist() + method, or the start, stop and step attributes. See PEP 260. + - A new function fnmatch.filter to filter lists of file names was added. - calendar.py uses month and day names based on the current locale. -- 2.47.3