From ea9a9a8dda3cc0972943f8fa155525e50cb4bd62 Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Thu, 30 Aug 2007 21:52:19 +0000 Subject: Fix a typo and a trailing space. N.B. NEWS doesn't mention that map() and filter() return iterators. --- Misc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Misc/NEWS') diff --git a/Misc/NEWS b/Misc/NEWS index e6513cc8dc..cf52c7ec7f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -34,7 +34,7 @@ Core and Builtins - Remove tuple parameter unpacking (PEP 3113). -- Remove the f_restricted attribute from frames. This naturally leads to teh +- Remove the f_restricted attribute from frames. This naturally leads to the removal of PyEval_GetRestricted() and PyFrame_IsRestricted(). - PEP 3132 was accepted. That means that you can do ``a, *b = range(5)`` @@ -83,7 +83,7 @@ Core and Builtins output lines in interactive sessions: >>> print(42, end="") - 42>>> + 42>>> We may be able to fix this after the I/O library rewrite. -- cgit v1.2.1