Corrected empty lines in Misc/NEWS.
diff --git a/Misc/NEWS b/Misc/NEWS
index b45b48d..5d27e0a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -626,7 +626,6 @@
 - Issue #23310: Fix MagicMock's initializer to work with __methods__, just
   like configure_mock().  Patch by Kasia Jachim.
 
-
 Build
 -----
 
@@ -1624,6 +1623,7 @@
 
 - Issue #23392: Added tests for marshal C API that works with FILE*.
 
+
 - Issue #10510: distutils register and upload methods now use HTML standards
   compliant CRLF line endings.
 
@@ -2812,6 +2812,7 @@
 - Issue #22980: .pyd files with a version and platform tag (for example,
   ".cp35-win32.pyd") will now be loaded in preference to those without tags.
 
+
 What's New in Python 3.4.0?
 ===========================
 
@@ -3447,6 +3448,7 @@
 - Issue #12837: Silence a tautological comparison warning on OS X under Clang in
   socketmodule.c.
 
+
 What's New in Python 3.4.0 Beta 2?
 ==================================
 
@@ -3822,6 +3824,7 @@
 - Issue #19976: Argument Clinic METH_NOARGS functions now always
   take two parameters.
 
+
 What's New in Python 3.4.0 Beta 1?
 ==================================
 
@@ -4292,6 +4295,7 @@
 - Issue #19390: Argument Clinic no longer accepts malformed Python
   and C ids.
 
+
 What's New in Python 3.4.0 Alpha 4?
 ===================================
 
@@ -4521,6 +4525,7 @@
   options like -fwrapv were overridden and thus not used, which could result
   in broken interpreters when building with clang.
 
+
 What's New in Python 3.4.0 Alpha 3?
 ===================================
 
@@ -4905,6 +4910,7 @@
 - Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write
   their version strings to stdout, and not to sderr.
 
+
 What's New in Python 3.4.0 Alpha 1?
 ===================================
 
@@ -5474,6 +5480,7 @@
   when \r\n appears at end of 65535 bytes without other newlines.
 
 - Issue #18076: Introduce importlib.util.decode_source().
+
 - Issue #18357: add tests for dictview set difference.
   Patch by Fraser Tweedale.