Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1be4001..7f99d45 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -241,6 +241,9 @@
- Added a new itertools functions: combinations_with_replacement()
and compress().
+- Issue 5032: added a step argument to itertools.count() and
+ allowed non-integer arguments.
+
- Fix and properly document the multiprocessing module's logging
support, expose the internal levels and provide proper usage
examples.