summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2003-04-23 19:35:25 (GMT)
committerThomas Heller <theller@ctypes.org>2003-04-23 19:35:25 (GMT)
commit5eccabc7306db0e0db237c41424a56b61056db09 (patch)
tree636af740228e8c22748d6d12eab619c6004ad769 /Misc
parent42a1172cf4f35b8e2d9e8693f9ff4b19c2fbc925 (diff)
downloadcpython-5eccabc7306db0e0db237c41424a56b61056db09.zip
cpython-5eccabc7306db0e0db237c41424a56b61056db09.tar.gz
cpython-5eccabc7306db0e0db237c41424a56b61056db09.tar.bz2
Mention the new getargs.c format codes.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5c70af8..4996f1b 100644
--- 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).