diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-12-22 20:52:53 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-12-22 20:52:53 +0000 |
commit | cf2ce24db58859881ab4f63189d51d1d5f394b9c (patch) | |
tree | 9fe54212596c711ea549de17b9cb7e1a64c63a70 | |
parent | 4caef5c7e2f3b0de2725d83e8eab20f5dd3d6195 (diff) | |
download | cpython-git-cf2ce24db58859881ab4f63189d51d1d5f394b9c.tar.gz |
add NEWS note
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |