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 larry
Recipients abacabadabacaba, ethan.furman, larry, mark.dickinson, rhettinger, serhiy.storchaka
Date 2014-10-13.16:32:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413217946.24.0.866417774565.issue22609@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, I agree that it should be fixed:

>>> dict(self=1)
{'self': 1}
History
Date User Action Args
2014-10-13 16:32:26larrysetrecipients: + larry, rhettinger, mark.dickinson, abacabadabacaba, ethan.furman, serhiy.storchaka
2014-10-13 16:32:26larrysetmessageid: <1413217946.24.0.866417774565.issue22609@psf.upfronthosting.co.za>
2014-10-13 16:32:26larrylinkissue22609 messages
2014-10-13 16:32:26larrycreate