[Python-checkins] cpython: whatsnew: consistently use 3 blanks between major sections. 2 for minor.
r.david.murray
python-checkins at python.org
Fri Jan 3 23:27:33 CET 2014
http://hg.python.org/cpython/rev/48bd7ec44bbc
changeset: 88285:48bd7ec44bbc
user: R David Murray <rdmurray at bitdance.com>
date: Fri Jan 03 16:15:45 2014 -0500
summary:
whatsnew: consistently use 3 blanks between major sections. 2 for minor.
files:
Doc/whatsnew/3.4.rst | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -78,6 +78,7 @@
:pep:`429` -- Python 3.4 Release Schedule
+
Summary -- Release Highlights
=============================
@@ -149,6 +150,7 @@
porting issues.
+
New Expected Features for Python Implementations
================================================
@@ -341,6 +343,7 @@
:issue:`12892`.
+
New Modules
===========
@@ -469,6 +472,7 @@
PEP written and implemented by Victor Stinner
+
Improved Modules
================
@@ -486,7 +490,6 @@
(Contributed by Bruno Dupuis in :issue:`16049`.)
-
aifc
----
@@ -1078,6 +1081,7 @@
(Contributed by Christian Tismer in :issue:`19274`.)
+
CPython Implementation Changes
==============================
@@ -1176,6 +1180,7 @@
interpreter is not available (for example, in cross compilation scenarios).
+
Other Improvements
==================
@@ -1204,6 +1209,7 @@
:issue:`13390`).
+
Significant Optimizations
=========================
@@ -1236,6 +1242,7 @@
common use case). (Contributed by Serhiy Storchaka in :issue:`16674`).
+
Deprecated
==========
@@ -1333,6 +1340,7 @@
``is_unverifiable`` have been removed (use direct attribute access instead).
+
Porting to Python 3.4
=====================
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list