[Python-checkins] python/nondist/peps pep-0208.txt,1.8,1.9

lemburg@users.sourceforge.net lemburg@users.sourceforge.net
Mon, 02 Sep 2002 01:30:29 -0700


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

Modified Files:
	pep-0208.txt 
Log Message:
Fixed a typo in the flag name. Found by Joakim Hove.



Index: pep-0208.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0208.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pep-0208.txt	19 Jan 2001 22:32:11 -0000	1.8
--- pep-0208.txt	2 Sep 2002 08:30:27 -0000	1.9
***************
*** 83,87 ****
  
      A new style number is considered by the interpreter as such if and
!     only it it sets the type flag Py_TPFLAGS_NEWSTYLENUMBER.  The main
      difference between an old style number and a new style one is that the
      numeric slot functions can no longer assume to be passed arguments of
--- 83,87 ----
  
      A new style number is considered by the interpreter as such if and
!     only it it sets the type flag Py_TPFLAGS_CHECKTYPES.  The main
      difference between an old style number and a new style one is that the
      numeric slot functions can no longer assume to be passed arguments of