summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-07-06 16:58:11 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-07-06 16:58:11 (GMT)
commitebbdb7d3d76d18b45c688b4a67811cd6701f82df (patch)
treebfab1e5ffe30e22e2878ec90d90703f5acac6eab /Misc
parent7dcbf900ace3d2cee1d6686f5c81d07c4531a423 (diff)
downloadcpython-ebbdb7d3d76d18b45c688b4a67811cd6701f82df.zip
cpython-ebbdb7d3d76d18b45c688b4a67811cd6701f82df.tar.gz
cpython-ebbdb7d3d76d18b45c688b4a67811cd6701f82df.tar.bz2
Corrected empty lines in Misc/NEWS.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS11
1 files changed, 8 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f064e0a..87327b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -778,14 +778,12 @@ Windows
- Issue #22644: The bundled version of OpenSSL has been updated to 1.0.1j.
+
What's New in Python 3.4.2?
===========================
Release date: 2014-10-06
-Core and Builtins
------------------
-
Library
-------
@@ -1523,6 +1521,7 @@ Extension Modules
-----------------
- Issue #21276: posixmodule: Don't define USE_XATTRS on KFreeBSD and the Hurd.
+
- Issue #21226: Set up modules properly in PyImport_ExecCodeModuleObject
(and friends).
@@ -2259,6 +2258,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?
==================================
@@ -2634,6 +2634,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?
==================================
@@ -3104,6 +3105,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?
===================================
@@ -3333,6 +3335,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?
===================================
@@ -3717,6 +3720,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?
===================================
@@ -4286,6 +4290,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.