Commit ea9a9a8d authored by Kurt B. Kaiser's avatar Kurt B. Kaiser

Fix a typo and a trailing space.

N.B. NEWS doesn't mention that map() and filter() return iterators.
parent d428ded0
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment