commit | c8b6d1bd8c9dcd7fd69282ab65dded5c9a89af77 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Mar 08 06:14:50 2005 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Mar 08 06:14:50 2005 +0000 |
tree | 9d41e1845e634f489eb3682d46378a0fd3d22e68 | |
parent | ff564d3391ef70e453a49d64b68a2f902c40a5b2 [diff] |
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.