Author: kurt.kaiser Date: Thu Aug 30 23:52:19 2007 New Revision: 57770 Modified: python/branches/py3k/Misc/NEWS Log: Fix a typo and a trailing space.
N.B. NEWS doesn't mention that map() and filter() return iterators. Modified: python/branches/py3k/Misc/NEWS ============================================================================== --- python/branches/py3k/Misc/NEWS (original) +++ python/branches/py3k/Misc/NEWS Thu Aug 30 23:52:19 2007 @@ -34,7 +34,7 @@ - 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 @@ output lines in interactive sessions: >>> print(42, end="") - 42>>> + 42>>> We may be able to fix this after the I/O library rewrite. _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
