]> granicus.if.org Git - python/commit
Issue #12428: Add a pure Python implementation of functools.partial().
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Nov 2012 20:35:40 +0000 (21:35 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Nov 2012 20:35:40 +0000 (21:35 +0100)
commitb5b371416843b2b12ef2010fa1b9b257327ac91a
tree6288b9b518ae5c564e0754e3cbed3b84ec32c87e
parent65a35dcadd668b122d6235e9b9bd43380c1a098b
Issue #12428: Add a pure Python implementation of functools.partial().
Patch by Brian Thorne.
Lib/functools.py
Lib/test/test_functools.py
Misc/ACKS
Misc/NEWS