commit | 9c323f8de4910dfc0baa5e55aa84eb1b02bcbb72 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Feb 28 19:39:44 2005 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Feb 28 19:39:44 2005 +0000 |
tree | 7f0eecf7973ff979710eb1cb1795598e55736774 | |
parent | 049ade2997aee8cd6564e05d29dbe0b390ebf27b [diff] [blame] |
SF patch #941881: PEP 309 Implementation (Partial Function Application). Combined efforts of many including Peter Harris, Hye-Shik Chang, Martin v. Löwis, Nick Coghlan, Paul Moore, and Raymond Hettinger.
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 37ab91d..9913449 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex
@@ -132,6 +132,7 @@ \input{libarray} \input{libsets} \input{libitertools} +\input{libfunctional} \input{libcfgparser} \input{libfileinput} \input{libcalendar}