From: Eli Bendersky Date: Fri, 6 Sep 2013 13:55:58 +0000 (-0700) Subject: Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922 X-Git-Tag: v3.4.0a2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96d848ace4785077c2852ede46895775854be676;p=python Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922 --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 94fd8b4f85..c183ef8c82 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -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 =============