Guido van Rossum
|
d51b579c51
|
Patch # 1739906 by Christian Heimes -- add reduce to functools (importing
it from __builtin__).
|
2007-08-27 20:51:00 +00:00 |
Andrew M. Kuchling
|
41eb7164df
|
[Bug #1576241] Let functools.wraps work with built-in functions
|
2006-10-27 16:39:10 +00:00 |
Andrew M. Kuchling
|
efb57072fe
|
Typo fix
|
2006-10-26 19:16:46 +00:00 |
Nick Coghlan
|
676725db92
|
Add functools.update_wrapper() and functools.wraps() as described in PEP 356
|
2006-06-08 13:54:49 +00:00 |
Tim Peters
|
27c70598a8
|
Whitespace normalization.
|
2006-05-30 02:26:46 +00:00 |
Nick Coghlan
|
08490146df
|
When adding a module like functools, it helps to let SVN know about the file.
|
2006-05-29 20:27:44 +00:00 |