Kaydet (Commit) 4d48f2a6 authored tarafından R David Murray's avatar R David Murray

Collapse 'python invocation changes' into 'other improvements'.

üst 9217dadd
...@@ -940,16 +940,13 @@ Add a filter function to ignore some packages (tests for instance), ...@@ -940,16 +940,13 @@ Add a filter function to ignore some packages (tests for instance),
Other improvements Other improvements
================== ==================
Tab-completion is now enabled by default in the interactive interpreter. * Tab-completion is now enabled by default in the interactive interpreter.
(Contributed by Antoine Pitrou and Éric Araujo in :issue:`5845`.) (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
Invoking the Python interpreter with ``--version`` now outputs the version to script-like invocation capabilities (:issue:`18922`).
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 Optimizations
============= =============
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment