]> granicus.if.org Git - python/commitdiff
Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922
authorEli Bendersky <eliben@gmail.com>
Fri, 6 Sep 2013 13:55:58 +0000 (06:55 -0700)
committerEli Bendersky <eliben@gmail.com>
Fri, 6 Sep 2013 13:55:58 +0000 (06:55 -0700)
Doc/whatsnew/3.4.rst

index 94fd8b4f85d9a5d52cd5b35ef1c017980a0a8353..c183ef8c8245de2e8e50b48071f166c520ebd69b 100644 (file)
@@ -428,6 +428,13 @@ 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`).
 
 Optimizations
 =============