Corrected empty lines in Misc/NEWS.

This commit is contained in:
Serhiy Storchaka 2015-07-06 20:02:50 +03:00
commit 958b3cc8c7
1 changed files with 8 additions and 1 deletions

View File

@ -626,7 +626,6 @@ Library
- Issue #23310: Fix MagicMock's initializer to work with __methods__, just
like configure_mock(). Patch by Kasia Jachim.
Build
-----
@ -1624,6 +1623,7 @@ Library
- 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 @@ Windows
- 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 @@ Build
- 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 @@ Tools/Demos
- 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 @@ Tools/Demos
- 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 @@ Build
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 @@ Tools/Demos
- 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 @@ Library
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.