[Python-checkins] CVS: python/nondist/peps pep-0203.txt,1.10,1.11

Guido van Rossum python-dev@python.org
Wed, 23 Aug 2000 08:57:24 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv18923

Modified Files:
	pep-0203.txt 
Log Message:
Accepted, but also added a note about a misfeature that should be
fixed.


Index: pep-0203.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0203.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** pep-0203.txt	2000/08/23 12:34:02	1.10
--- pep-0203.txt	2000/08/23 15:57:21	1.11
***************
*** 3,7 ****
  Version: $Revision$
  Author: thomas@xs4all.net (Thomas Wouters)
! Status: Draft
  Type: Standards Track
  Python-Version: 2.0
--- 3,7 ----
  Version: $Revision$
  Author: thomas@xs4all.net (Thomas Wouters)
! Status: Accepted
  Type: Standards Track
  Python-Version: 2.0
***************
*** 80,83 ****
--- 80,86 ----
      should be INCREF()'d appropriately.
  
+     [XXX so I am accepting this, but I'm a bit worried about the
+     argument coercion.  For x+=y, if x supports augmented assignment,
+     y should only be cast to x's type, not the other way around!]
  
  Rationale