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

georg.brandl python-checkins at python.org
Wed Jan 10 17:21:49 CET 2007


Author: georg.brandl
Date: Wed Jan 10 17:21:49 2007
New Revision: 53343

Modified:
   peps/trunk/pep-3100.txt
Log:
Reference markup fix.



Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Wed Jan 10 17:21:49 2007
@@ -65,7 +65,7 @@
 
 * True division becomes default behavior [#pep238]_ [done]
 * ``exec`` as a statement is not worth it -- make it a function [done]
-* (Maybe) add optional declarations for static typing [#pep3107] [10]_
+* (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]_
 * Use ``except E1, E2, E3 as err:`` if you want the error variable. [3]_


More information about the Python-checkins mailing list