[Python-checkins] CVS: python/nondist/peps pep-0285.txt,1.12,1.13

Guido van Rossum gvanrossum@users.sourceforge.net
Sat, 30 Mar 2002 05:39:02 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv13882

Modified Files:
	pep-0285.txt 
Log Message:
Typo fix.


Index: pep-0285.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0285.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pep-0285.txt	30 Mar 2002 05:37:02 -0000	1.12
--- pep-0285.txt	30 Mar 2002 13:39:00 -0000	1.13
***************
*** 229,233 ****
      possibly database code that relies on things like "%s" % truth)
      may fail.  How much of a backwards compatibility problem this will
!     be, I don't know.  If we this turns out to be a real problem, we
      could changes the rules so that str() of a bool returns "0" or
      "1", while repr() of a bool still returns "False" or "True".
--- 229,233 ----
      possibly database code that relies on things like "%s" % truth)
      may fail.  How much of a backwards compatibility problem this will
!     be, I don't know.  If this turns out to be a real problem, we
      could changes the rules so that str() of a bool returns "0" or
      "1", while repr() of a bool still returns "False" or "True".