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

Guido van Rossum gvanrossum@users.sourceforge.net
Mon, 01 Apr 2002 07:20:50 -0800


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

Modified Files:
	pep-0285.txt 
Log Message:
Finish incomplete sentence.


Index: pep-0285.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0285.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** pep-0285.txt	31 Mar 2002 23:02:27 -0000	1.15
--- pep-0285.txt	1 Apr 2002 15:20:47 -0000	1.16
***************
*** 47,51 ****
  
      => Most reviewers prefer str(True) == "True" (which may mean that
!        they don't appreciate the specific 
  
      3) Should the constants be called 'True' and 'False'
--- 47,52 ----
  
      => Most reviewers prefer str(True) == "True" (which may mean that
!        they don't appreciate the specific backwards compatibility
!        issue brought up br Marc-Andre Lemburg :-).
  
      3) Should the constants be called 'True' and 'False'