• Barry Warsaw's avatar
    Describe the new semantics for setting and deleting a function's · 5ef99a0b
    Barry Warsaw yazdı
    __dict__ attribute.  Deleting it, or setting it to a non-dictionary
    result in a TypeError.  Note that getting it the first time magically
    initializes it to an empty dict so that func.__dict__ will always
    appear to be a dictionary (never None).
    
    Closes SF bug #446645.
    5ef99a0b
libstdtypes.tex 54.1 KB