From cf2ce24db58859881ab4f63189d51d1d5f394b9c Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 22 Dec 2008 20:52:53 +0000 Subject: [PATCH] add NEWS note --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 886f73bcca1..ebe61057cef 100644 --- 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.