[Python-checkins] python/dist/src/Misc NEWS,1.1033,1.1034

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sun Jul 11 00:20:36 CEST 2004


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

Modified Files:
	NEWS 
Log Message:
Add PyArg_VaParseTupleAndKeywords().  Document this function and
PyArg_VaParse().

Closes patch #550732.  Thanks Greg Chapman.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1033
retrieving revision 1.1034
diff -C2 -d -r1.1033 -r1.1034
*** NEWS	10 Jul 2004 21:21:54 -0000	1.1033
--- NEWS	10 Jul 2004 22:20:32 -0000	1.1034
***************
*** 13,16 ****
--- 13,19 ----
  -----------------
  
+ - Patch #550732: Add PyArg_VaParseTupleAndKeywords().  Analogous to
+ PyArg_VaParse().  Both are now documented.  Thanks Greg Chapman.
+ 
  - Allow string and unicode return types from .encode()/.decode()
    methods on string and unicode objects. Added unicode.decode()



More information about the Python-checkins mailing list