Kaydet (Commit) f647dc10 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

add a NEWS note for new args syntax

üst 67f24f1e
...@@ -12,6 +12,9 @@ What's New in Python 2.6 beta 3? ...@@ -12,6 +12,9 @@ What's New in Python 2.6 beta 3?
Core and Builtins 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 - ctypes function pointers that are COM methods have a boolean True
value again. value again.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment