summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2013-08-12 17:49:30 (GMT)
committerLarry Hastings <larry@hastings.org>2013-08-12 17:49:30 (GMT)
commit00964ed216e8154c6e684e6c8822fb5d0a7f4b41 (patch)
tree2986f5daf3635c83d4e22ead7820716948db8deb /Misc/NEWS
parentba5517d4c02ad9c8d7117fe8f063d2e680f1d9af (diff)
downloadcpython-00964ed216e8154c6e684e6c8822fb5d0a7f4b41.zip
cpython-00964ed216e8154c6e684e6c8822fb5d0a7f4b41.tar.gz
cpython-00964ed216e8154c6e684e6c8822fb5d0a7f4b41.tar.bz2
Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4401418..d043090 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.3.3 release candidate 1?
Core and Builtins
-----------------
+- Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.
+
- Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc()
fails.