Kaydet (Commit) 958b3cc8 authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

Corrected empty lines in Misc/NEWS.

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