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

guido.van.rossum python-checkins at python.org
Tue Dec 19 22:20:00 CET 2006


Author: guido.van.rossum
Date: Tue Dec 19 22:20:00 2006
New Revision: 53086

Modified:
   peps/trunk/pep-3100.txt
Log:
add a link to PEP 3105 for print function call.


Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Tue Dec 19 22:20:00 2006
@@ -67,7 +67,7 @@
 * ``exec`` as a statement is not worth it -- make it a function [done]
 * (Maybe) add optional declarations for static typing [10]_
 * Support only new-style classes; classic classes will be gone [1]_ [done]
-* Replace ``print`` by a function [14]_
+* Replace ``print`` by a function [14]_  [#pep3105]_
 * 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]
@@ -355,6 +355,8 @@
 .. [#pep3099] PEP 3099 (Things that will Not Change in Python 3000)
    http://www.python.org/dev/peps/pep-3099
 
+.. [#pep3105] PEP 3105 (Make print a function)
+   http://www.python.org/dev/peps/pep-3105
 
 
 Copyright


More information about the Python-checkins mailing list