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.Shannon
Recipients Mark.Shannon, eric.snow
Date 2015-07-26.10:20:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437906052.21.0.35165181866.issue24726@psf.upfronthosting.co.za>
In-reply-to
Content
Setting an item in an ordered dict via dict.__setitem__, or by using it as an object dictionary and setting an attribute on that object, creates a dictionary whose repr is:

OrderedDict([<NULL>])

Test case attached.
History
Date User Action Args
2015-07-26 10:20:52Mark.Shannonsetrecipients: + Mark.Shannon, eric.snow
2015-07-26 10:20:52Mark.Shannonsetmessageid: <1437906052.21.0.35165181866.issue24726@psf.upfronthosting.co.za>
2015-07-26 10:20:52Mark.Shannonlinkissue24726 messages
2015-07-26 10:20:51Mark.Shannoncreate