[issue24254] Make class definition namespace ordered by default

Nick Coghlan report at bugs.python.org
Tue May 26 00:52:31 CEST 2015


Nick Coghlan added the comment:

This is *not* about changing the default type of class dictionaries (which
I agree would be far too large a change to make without a PEP), it's only
about changing the ephemeral evaluation namespace used to execute the class
body.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24254>
_______________________________________


More information about the Python-bugs-list mailing list