summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.4.rst
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2013-09-06 13:55:58 (GMT)
committerEli Bendersky <eliben@gmail.com>2013-09-06 13:55:58 (GMT)
commit96d848ace4785077c2852ede46895775854be676 (patch)
tree11b17759af82f48214470e10057e405cedd1c165 /Doc/whatsnew/3.4.rst
parentcdac5516750e3b80b846e0e156e496dd92be9b56 (diff)
downloadcpython-96d848ace4785077c2852ede46895775854be676.zip
cpython-96d848ace4785077c2852ede46895775854be676.tar.gz
cpython-96d848ace4785077c2852ede46895775854be676.tar.bz2
Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922
Diffstat (limited to 'Doc/whatsnew/3.4.rst')
-rw-r--r--Doc/whatsnew/3.4.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 94fd8b4..c183ef8 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
=============