"Brett Cannon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 4/21/06, Guido van Rossum <[EMAIL PROTECTED]> wrote: >> Oh, other standard function attributes probably all ought to be >> renamed from func_whatever to __whatever__. That applies to >> 'func_closure', 'func_code', 'func_defaults', 'func_dict', 'func_doc', >> 'func_globals', 'func_name'. > > That would be nice. Should that be tossed into PEP 3100 for now so it > isn't lost?
I would say 'of course' and also leave decided things in 3100, as a summary, even when they appear elsewhere. In fact, the code breaking changes should eventually be PEPed elsewhere (perhaps many together) to discuss and meet the 3002(?) breaking warning requirement. Terry Jan Reedy _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
