[Python-Dev] Object customization (was: Arbitrary attributes on funcs and methods)

bwarsaw@cnri.reston.va.us bwarsaw@cnri.reston.va.us
Fri, 14 Apr 2000 11:59:55 -0400 (EDT)


>>>>> "FL" == Fredrik Lundh <fredrik@pythonware.com> writes:

    FL> # or did your latest patch solve this little dilemma?

No, definitely not.

>>>>> "AMK" == Andrew M Kuchling <akuchlin@mems-exchange.org> writes:

    AMK> Wait, the attributes added to a function are visible inside
    AMK> the function?

My patch definitely does not change Python's scoping rules in any
way.

This was a 1/2 hour hack, for Guido's sake! :)

-Barry