summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-12-24 02:21:09 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-12-24 02:21:09 (GMT)
commit4d48f2a6e78b38af74e62a758a4332d1d293ea82 (patch)
treeb41166d7dbc3292518bfc4204802cccab909183b /Doc
parent9217dadd12075e2bf82a5ed02b6736c975cba300 (diff)
downloadcpython-4d48f2a6e78b38af74e62a758a4332d1d293ea82.zip
cpython-4d48f2a6e78b38af74e62a758a4332d1d293ea82.tar.gz
cpython-4d48f2a6e78b38af74e62a758a4332d1d293ea82.tar.bz2
Collapse 'python invocation changes' into 'other improvements'.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.4.rst15
1 files changed, 6 insertions, 9 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index fe98630..3be7b92 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -940,16 +940,13 @@ Add a filter function to ignore some packages (tests for instance),
Other improvements
==================
-Tab-completion is now enabled by default in the interactive interpreter.
-(Contributed by Antoine Pitrou and Éric Araujo in :issue:`5845`.)
+* Tab-completion is now enabled by default in the interactive interpreter.
+ (Contributed by Antoine Pitrou and Éric Araujo in :issue:`5845`.)
-Python invocation changes
-=========================
-
-Invoking the Python interpreter with ``--version`` now outputs the version to
-standard output instead of standard error (:issue:`18338`). Similar changes
-were made to :mod:`argparse` (:issue:`18920`) and other modules that have
-script-like invocation capabilities (:issue:`18922`).
+* Invoking the Python interpreter with ``--version`` now outputs the version to
+ standard output instead of standard error (:issue:`18338`). Similar changes
+ were made to :mod:`argparse` (:issue:`18920`) and other modules that have
+ script-like invocation capabilities (:issue:`18922`).
Optimizations
=============