This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients gvanrossum, mark.dickinson, serprex
Date 2010-06-11.22:08:35
SpamBayes Score 0.1056409
Marked as misclassified No
Message-id <1276294116.97.0.472977888645.issue8977@psf.upfronthosting.co.za>
In-reply-to
Content
True.  I guess there's a mismatch either way around:  currently,
"A += [4]" and "A.append(4)" behave differently for (e.g.,) a list A.  With the proposed change, "n += 3" and "n = n + 3" behave differently for a integer n.  I'm not sure why I find the latter idea more disturbing than the former.
History
Date User Action Args
2010-06-11 22:08:37mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, serprex
2010-06-11 22:08:36mark.dickinsonsetmessageid: <1276294116.97.0.472977888645.issue8977@psf.upfronthosting.co.za>
2010-06-11 22:08:35mark.dickinsonlinkissue8977 messages
2010-06-11 22:08:35mark.dickinsoncreate