mirror of https://github.com/python/cpython
Merge from 3.6
This commit is contained in:
commit
98feb2a4f5
|
@ -625,8 +625,6 @@ The resulting archive contains:
|
||||||
Querying the size of the output terminal
|
Querying the size of the output terminal
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
.. versionadded:: 3.3
|
|
||||||
|
|
||||||
.. function:: get_terminal_size(fallback=(columns, lines))
|
.. function:: get_terminal_size(fallback=(columns, lines))
|
||||||
|
|
||||||
Get the size of the terminal window.
|
Get the size of the terminal window.
|
||||||
|
@ -650,6 +648,8 @@ Querying the size of the output terminal
|
||||||
See also: The Single UNIX Specification, Version 2,
|
See also: The Single UNIX Specification, Version 2,
|
||||||
`Other Environment Variables`_.
|
`Other Environment Variables`_.
|
||||||
|
|
||||||
|
.. versionadded:: 3.3
|
||||||
|
|
||||||
.. _`Other Environment Variables`:
|
.. _`Other Environment Variables`:
|
||||||
http://pubs.opengroup.org/onlinepubs/7908799/xbd/envvar.html#tag_002_003
|
http://pubs.opengroup.org/onlinepubs/7908799/xbd/envvar.html#tag_002_003
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue