New submission from Michael Foord <[email protected]>: 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. ---------- components: Interpreter Core messages: 130462 nosy: michael.foord priority: normal severity: normal status: open title: issue a warning when populating a CPython type dict with non-string keys type: behavior versions: Python 3.3 _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue11455> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
