[Python-checkins] r53720 - peps/trunk/pep-3100.txt

guido.van.rossum python-checkins at python.org
Sat Feb 10 00:52:38 CET 2007


Author: guido.van.rossum
Date: Sat Feb 10 00:52:38 2007
New Revision: 53720

Modified:
   peps/trunk/pep-3100.txt
Log:
Mark print() as done, period.  Note that softspace is gone too.


Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Sat Feb 10 00:52:38 2007
@@ -67,7 +67,8 @@
 * ``exec`` as a statement is not worth it -- make it a function [done]
 * (Maybe) add optional declarations for static typing [#pep3107]_ [10]_
 * Support only new-style classes; classic classes will be gone [1]_ [done]
-* Replace ``print`` by a function [14]_  [#pep3105]_ [mostly done]
+* Replace ``print`` by a function [14]_  [#pep3105]_ [done]
+* The ``softspace`` attribute of files goes away. [done]
 * Use ``except E1, E2, E3 as err:`` if you want the error variable. [3]_
 * ``None`` becomes a keyword [4]_ (What about ``True``, ``False``?)
 * ``...`` to become a general expression element [16]_ [done]


More information about the Python-checkins mailing list