[Python-checkins] r71686 - peps/trunk/pep-0378.txt

eric.smith python-checkins at python.org
Fri Apr 17 20:34:49 CEST 2009


Author: eric.smith
Date: Fri Apr 17 20:34:48 2009
New Revision: 71686

Log:
Updated to include the empty type ''. See Issue #5782.

Modified:
   peps/trunk/pep-0378.txt

Modified: peps/trunk/pep-0378.txt
==============================================================================
--- peps/trunk/pep-0378.txt	(original)
+++ peps/trunk/pep-0378.txt	Fri Apr 17 20:34:48 2009
@@ -75,7 +75,7 @@
   format(1234.5, "08,.1f") -->    '01,234.5'
 
 The ',' option is defined as shown above for types 'd', 'e',
-'f', 'g', 'E', 'G', '%' and 'F'. To allow future extensions, it is
+'f', 'g', 'E', 'G', '%', 'F' and ''. To allow future extensions, it is
 undefined for other types: binary, octal, hex, character,
 etc.
 


More information about the Python-checkins mailing list