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 taleinat
Recipients georg.brandl, larry, python-dev, taleinat
Date 2015-06-07.20:38:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433709516.4.0.369576653978.issue20186@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch for all of _operator except for itemgetter, attrgetter and methodcaller. The entire test suite passes after applying this patch.

Using AC has allowed the removal of all of the cryptic "spam*()" macros in the code, making it much more straightforward. In terms of readability, IMO this is a great improvement.

I skipped itemgetter, attrgetter and methodcaller since they all support passing a variable number of arguments and treating those as a sequence of values.
History
Date User Action Args
2015-06-07 20:38:36taleinatsetrecipients: + taleinat, georg.brandl, larry, python-dev
2015-06-07 20:38:36taleinatsetmessageid: <1433709516.4.0.369576653978.issue20186@psf.upfronthosting.co.za>
2015-06-07 20:38:36taleinatlinkissue20186 messages
2015-06-07 20:38:36taleinatcreate