[Python-3000] Pronouncement on parameter lists
Terry Reedy
tjreedy at udel.edu
Sat Apr 22 08:18:42 CEST 2006
"Brett Cannon" <brett at python.org> wrote in message
news:bbaeab100604211341g657270ecu16b2e919dbb37c65 at mail.gmail.com...
> On 4/21/06, Guido van Rossum <guido at python.org> 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
More information about the Python-3000
mailing list