Apply modified version of Collin Winter's patch #1478788

Renames functional extension module to _functools and adds a Python
functools module so that utility functions like update_wrapper can be
added easily.
This commit is contained in:
Nick Coghlan 2006-05-29 12:43:05 +00:00
parent c7c51147c7
commit c649ec5b69
10 changed files with 32 additions and 26 deletions

View file

@ -515,10 +515,7 @@
RelativePath="..\Objects\funcobject.c">
</File>
<File
RelativePath="..\Modules\functionalmodule.c">
</File>
<File
RelativePath="..\Modules\functionalmodule.c">
RelativePath="..\Modules\_functoolsmodule.c">
</File>
<File
RelativePath="..\Python\future.c">