[Python-checkins] cpython: Collapse 'python invocation changes' into 'other improvements'.
r.david.murray
python-checkins at python.org
Tue Dec 24 17:13:06 CET 2013
http://hg.python.org/cpython/rev/0dac94122619
changeset: 88163:0dac94122619
user: R David Murray <rdmurray at bitdance.com>
date: Mon Dec 23 21:21:09 2013 -0500
summary:
Collapse 'python invocation changes' into 'other improvements'.
files:
Doc/whatsnew/3.4.rst | 15 ++++++---------
1 files changed, 6 insertions(+), 9 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
@@ -940,16 +940,13 @@
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
=============
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list