https://hg.python.org/cpython/rev/9d0765c22bed changeset: 105664:9d0765c22bed branch: 3.6 user: Ned Deily <nad at python.org> date: Thu Dec 15 23:20:48 2016 -0500 summary: Issue #28898: add Misc/NEWS entry files: Misc/NEWS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -19,6 +19,11 @@ - Issue #28896: Deprecate WindowsRegistryFinder +Build +----- + +- Issue #28898: Prevent gdb build errors due to HAVE_LONG_LONG redefinition. + What's New in Python 3.6.0 release candidate 1 ============================================== -- Repository URL: https://hg.python.org/cpython