[Python-checkins] r55589 - peps/trunk/pep-3118.txt
guido.van.rossum
python-checkins at python.org
Fri May 25 20:04:45 CEST 2007
Author: guido.van.rossum
Date: Fri May 25 20:04:40 2007
New Revision: 55589
Modified:
peps/trunk/pep-3118.txt
Log:
Fix markup and clarify table entry for ignored whitespace.
Modified: peps/trunk/pep-3118.txt
==============================================================================
--- peps/trunk/pep-3118.txt (original)
+++ peps/trunk/pep-3118.txt Fri May 25 20:04:40 2007
@@ -662,7 +662,7 @@
':name:' optional name of the preceeding element
'X{}' pointer to a function (optional function
signature inside {})
-' \n\t' ignored (allow better readability)
+' ', '\\n', \\t' ignored (allow better readability)
-- this may already be true
================ ===========
More information about the Python-checkins
mailing list