On Thu, Mar 8, 2012 at 11:42 AM, Benjamin Peterson <[email protected]> wrote: > 2012/3/7 Victor Stinner <[email protected]>: >> Can't we simply raise an error if the dict contains >> non-string keys? > > Sounds okay to me.
For 3.3, the most we can do is trigger a deprecation warning, since removing this feature *will* break currently running code. I don't have any objection to us starting down that path, though. Regards, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
