-
Raymond Hettinger authored
Make functional.partial() more closely match the spec by emulating some useful features of regular functions: * Made weak referencable. * Allow attribute access so a user can set __name__, __doc__, etc.
3e1dd3be
lab.nexedi.com will be down for maintenance Tuesday, 8 September 2026, 05:00:00 UTC for a duration of approximately 30 minutes
Make functional.partial() more closely match the spec by emulating some useful features of regular functions: * Made weak referencable. * Allow attribute access so a user can set __name__, __doc__, etc.