Skip to content

Commit

Permalink
Accepted, but also added a note about a misfeature that should be
Browse files Browse the repository at this point in the history
fixed.
  • Loading branch information
gvanrossum committed Aug 23, 2000
1 parent 4f8df0f commit bdfc5f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pep-0203.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PEP: 203
Title: Augmented Assignments
Version: $Revision$
Author: thomas@xs4all.net (Thomas Wouters)
Status: Draft
Status: Accepted
Type: Standards Track
Python-Version: 2.0
Created: 13-Jul-2000
Expand Down Expand Up @@ -79,6 +79,9 @@ Proposed semantics
object or a new one. So if the original object is returned, it
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

Expand Down

0 comments on commit bdfc5f2

Please sign in to comment.