[Python-checkins] python/nondist/peps pep-0327.txt,1.7,1.8

rhettinger@users.sourceforge.net rhettinger at users.sourceforge.net
Wed May 18 08:07:10 CEST 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24900

Modified Files:
	pep-0327.txt 
Log Message:
Fill-in missing word.

Index: pep-0327.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0327.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pep-0327.txt	8 Jul 2004 22:09:48 -0000	1.7
+++ pep-0327.txt	18 May 2005 06:07:07 -0000	1.8
@@ -571,7 +571,7 @@
 - The first release of the module should focus on that which is safe, minimal,
   and essential.
   
-- While theoretically nice, real world use cases for interactions between
+- While theoretically nice, real world use cases for interactions between floats
   and decimals are lacking.  Java included float/decimal conversions to handle
   an obscure case where calculations are best performed in decimal eventhough
   a legacy data structure requires the inputs and outputs to be stored in



More information about the Python-checkins mailing list