]> granicus.if.org Git - python/commitdiff
Mention the new getargs.c format codes.
authorThomas Heller <theller@ctypes.org>
Wed, 23 Apr 2003 19:35:25 +0000 (19:35 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 23 Apr 2003 19:35:25 +0000 (19:35 +0000)
Misc/NEWS

index 5c70af8b4995218264e7dc9df4406e7cd0c1a9c5..4996f1b7255e0ca8836d023b30e8c4c9384995ea 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.3 beta 1?
 Core and builtins
 -----------------
 
+- New format codes B, H, I, k and K have been implemented for
+  PyArg_ParseTuple and PyBuild_Value.
+
 - New builtin function sum(seq, start=0) returns the sum of all the
   items in iterable object seq, plus start (items are normally numbers,
   and cannot be strings).