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 andy.chugunov, flox, mark.dickinson, r.david.murray, ronaldoussoren
Date 2013-05-18.07:23:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368861790.52.0.746424089687.issue17973@psf.upfronthosting.co.za>
In-reply-to
Content
Another 'fix' would be to allow assignment to a tuple item in the case that the item being assigned is the same (in the sense of 'is') as the item already in the tuple.  Then the '+=' operation would succeed, but the tuple would remain immutable.
History
Date User Action Args
2013-05-18 07:23:10mark.dickinsonsetrecipients: + mark.dickinson, ronaldoussoren, r.david.murray, flox, andy.chugunov
2013-05-18 07:23:10mark.dickinsonsetmessageid: <1368861790.52.0.746424089687.issue17973@psf.upfronthosting.co.za>
2013-05-18 07:23:10mark.dickinsonlinkissue17973 messages
2013-05-18 07:23:10mark.dickinsoncreate