Maciej Fijalkowski wrote:
What do you think about this code:class A: locals()[42] = 98 Seems people rely on it working. Do we consider it part of python language?
Modifying the dict returned by locals() is documented as NOT being guaranteed to work, isn't it? -- Greg _______________________________________________ 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
