[Python-checkins] python/dist/src/Misc NEWS,1.1246,1.1247

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Feb 28 20:40:32 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14403/Misc

Modified Files:
	NEWS 
Log Message:
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.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1246
retrieving revision 1.1247
diff -u -d -r1.1246 -r1.1247
--- NEWS	27 Feb 2005 20:33:22 -0000	1.1246
+++ NEWS	28 Feb 2005 19:39:23 -0000	1.1247
@@ -34,6 +34,8 @@
 Extension Modules
 -----------------
 
+- Added functional.partial().  See PEP309.
+
 - Patch #1093585: raise a ValueError for negative history items in readline.
   {remove_history,replace_history}
 



More information about the Python-checkins mailing list