summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfunctools.tex
Commit message (Collapse)AuthorAgeFilesLines
* Make functools.wraps() docs a bit clearer.Georg Brandl2007-02-151-6/+11
| | | | (backport from rev. 53783)
* Add functools.update_wrapper() and functools.wraps() as described in PEP 356Nick Coghlan2006-06-081-0/+46
|
* Apply modified version of Collin Winter's patch #1478788Nick Coghlan2006-05-291-0/+81
Renames functional extension module to _functools and adds a Python functools module so that utility functions like update_wrapper can be added easily.