From: Benjamin Peterson Date: Mon, 22 Dec 2008 20:52:53 +0000 (+0000) Subject: add NEWS note X-Git-Tag: v2.7a1~2508 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf2ce24db58859881ab4f63189d51d1d5f394b9c;p=thirdparty%2FPython%2Fcpython.git add NEWS note --- diff --git a/Misc/NEWS b/Misc/NEWS index 886f73bcca1b..ebe61057cef8 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.