]> granicus.if.org Git - python/commitdiff
Collapse 'python invocation changes' into 'other improvements'.
authorR David Murray <rdmurray@bitdance.com>
Tue, 24 Dec 2013 02:21:09 +0000 (21:21 -0500)
committerR David Murray <rdmurray@bitdance.com>
Tue, 24 Dec 2013 02:21:09 +0000 (21:21 -0500)
Doc/whatsnew/3.4.rst

index fe98630fd27fb3598dbe50ed8cce00863bd1bae6..3be7b9266b278700eb68008aa034db92f82df6a1 100644 (file)
@@ -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
 =============