Commit 8b545369 authored by Guido van Rossum's avatar Guido van Rossum

News about softspace.

parent e0192e57
......@@ -36,7 +36,15 @@ TO DO
Core and Builtins
-----------------
- PEP 3105: print is now a function.
- PEP 3105: print is now a function. Also (not in the PEP) the
'softspace' attribute of files is now gone (since print() doesn't use
it). A side effect of this change is that you can get incomplete
output lines in interactive sessions:
>>> print(42, end="")
42>>>
We may be able to fix this after the I/O library rewrite.
- PEP 3102: keyword-only arguments.
......
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