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 michael.foord
Recipients michael.foord
Date 2011-03-09.20:53:47
SpamBayes Score 0.00013929857
Marked as misclassified No
Message-id <1299704028.56.0.168922481621.issue11455@psf.upfronthosting.co.za>
In-reply-to
Content
It is valid in CPython to create a new type with non-string keys in the dict. This is a problem for other implementations (neither pypy nor jython support it).

This should raise a warning.
History
Date User Action Args
2011-03-09 20:53:48michael.foordsetrecipients: + michael.foord
2011-03-09 20:53:48michael.foordsetmessageid: <1299704028.56.0.168922481621.issue11455@psf.upfronthosting.co.za>
2011-03-09 20:53:47michael.foordlinkissue11455 messages
2011-03-09 20:53:47michael.foordcreate