summaryrefslogtreecommitdiff
path: root/Modules/_functoolsmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Apply modified version of Collin Winter's patch #1478788Nick Coghlan2006-05-291-0/+277
Renames functional extension module to _functools and adds a Python functools module so that utility functions like update_wrapper can be added easily.