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 rhettinger
Recipients abacabadabacaba, ethan.furman, mark.dickinson, rhettinger, serhiy.storchaka
Date 2014-10-11.17:10:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413047402.35.0.715905650387.issue22609@psf.upfronthosting.co.za>
In-reply-to
Content
I'll spend some time taking this one under consideration.

Keyword arguments for dicts and dict-like classes are already somewhat limited (only non-keyword identifiers) that why Guido resisted adding them in the first place.   And, in the context of OrderedDicts, they aren't really useful at all (because the order gets scrambled).

I'm reluctant to make the number of changes required in order to support this corner case.  The ship for Python 2.7 sailed a long time ago and it is risky to make changes like this.  After the patch, the code is less readable, harder to get right, harder to maintain, and not as performant.

On the other hand, adding "self" would be a nice-to-have, so it is worth thinking about.
History
Date User Action Args
2014-10-11 17:10:02rhettingersetrecipients: + rhettinger, mark.dickinson, abacabadabacaba, ethan.furman, serhiy.storchaka
2014-10-11 17:10:02rhettingersetmessageid: <1413047402.35.0.715905650387.issue22609@psf.upfronthosting.co.za>
2014-10-11 17:10:02rhettingerlinkissue22609 messages
2014-10-11 17:10:02rhettingercreate