[Python-checkins] r65892 - python/trunk/Misc/NEWS
benjamin.peterson
python-checkins at python.org
Wed Aug 20 03:27:31 CEST 2008
Author: benjamin.peterson
Date: Wed Aug 20 03:27:30 2008
New Revision: 65892
Log:
add a NEWS note for new args syntax
Modified:
python/trunk/Misc/NEWS
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Wed Aug 20 03:27:30 2008
@@ -12,6 +12,9 @@
Core and Builtins
-----------------
+- Keyword arguments can now follow starred arguments. (``f(a, *args,
+ keyword=23)`` is now valid syntax.)
+
- ctypes function pointers that are COM methods have a boolean True
value again.
More information about the Python-checkins
mailing list