Move NEWS entity from library to core section.
diff --git a/Misc/NEWS b/Misc/NEWS
index c66cffb..89cf9d3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,8 @@
Core and Builtins
-----------------
+- Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
+
- Issue #13886: Fix input() to not strip out input bytes that cannot be decoded
using the locale encoding.
@@ -200,8 +202,6 @@
Library
-------
-- Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
-
- Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by
Robert Xiao.