]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add NEWS note
authorBenjamin Peterson <benjamin@python.org>
Mon, 22 Dec 2008 20:52:53 +0000 (20:52 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 22 Dec 2008 20:52:53 +0000 (20:52 +0000)
Misc/NEWS

index 886f73bcca1b190a6996fe3488ee06176f18c731..ebe61057cef8efa2f2461155889aed8103c732b8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -194,6 +194,8 @@ Build
 C-API
 -----
 
+- Issue #4720: The format for PyArg_ParseTupleAndKeywords can begin with '|'.
+
 - Issue #3632: from the gdb debugger, the 'pyo' macro can now be called when
   the GIL is released, or owned by another thread.