summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-02-28 19:39:44 (GMT)
committerRaymond Hettinger <python@rcn.com>2005-02-28 19:39:44 (GMT)
commit9c323f8de4910dfc0baa5e55aa84eb1b02bcbb72 (patch)
tree7f0eecf7973ff979710eb1cb1795598e55736774 /Misc/NEWS
parent049ade2997aee8cd6564e05d29dbe0b390ebf27b (diff)
downloadcpython-9c323f8de4910dfc0baa5e55aa84eb1b02bcbb72.zip
cpython-9c323f8de4910dfc0baa5e55aa84eb1b02bcbb72.tar.gz
cpython-9c323f8de4910dfc0baa5e55aa84eb1b02bcbb72.tar.bz2
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.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 68762a6..4add264 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,8 @@ Core and builtins
Extension Modules
-----------------
+- Added functional.partial(). See PEP309.
+
- Patch #1093585: raise a ValueError for negative history items in readline.
{remove_history,replace_history}