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 zach.ware
Recipients barry, belopolsky, brett.cannon, ncoghlan, serhiy.storchaka, zach.ware
Date 2013-07-12.20:46:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373662006.12.0.760343850871.issue18436@psf.upfronthosting.co.za>
In-reply-to
Content
In a thread on python-ideas[1], Nick mentioned the idea of ``operator.by_symbol['+=']`` which would be an alternative method of getting the operator.iadd function.  The idea struck my fancy, so I implemented it (regardless of the very real possibility of being rejected anyway, judging by the current split vote in the thread :)).  

I also implemented Brett's suggestion of supporting '.attribute' and '[item]' as well.

Here's the (still a bit rough) patch.

[1] http://mail.python.org/pipermail/python-ideas/2013-July/022078.html
History
Date User Action Args
2013-07-12 20:46:46zach.waresetrecipients: + zach.ware, barry, brett.cannon, ncoghlan, belopolsky, serhiy.storchaka
2013-07-12 20:46:46zach.waresetmessageid: <1373662006.12.0.760343850871.issue18436@psf.upfronthosting.co.za>
2013-07-12 20:46:46zach.warelinkissue18436 messages
2013-07-12 20:46:45zach.warecreate