From f647dc10e339e8f5b2a17d7057f4fba958678d72 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 20 Aug 2008 01:27:30 +0000 Subject: add a NEWS note for new args syntax --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 627ce44..daba284 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,6 +12,9 @@ What's New in Python 2.6 beta 3? 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. -- cgit v0.12