diff options
author | Larry Hastings <larry@hastings.org> | 2013-08-12 17:49:30 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2013-08-12 17:49:30 (GMT) |
commit | 00964ed216e8154c6e684e6c8822fb5d0a7f4b41 (patch) | |
tree | 2986f5daf3635c83d4e22ead7820716948db8deb /Misc/NEWS | |
parent | ba5517d4c02ad9c8d7117fe8f063d2e680f1d9af (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |