https://hg.python.org/cpython/rev/ed247c49c002 changeset: 105844:ed247c49c002 parent: 105841:513852ad0c5c parent: 105843:af71708d7445 user: Berker Peksag <berker.peksag at gmail.com> date: Tue Dec 27 15:09:55 2016 +0300 summary: Merge from 3.6 files: Doc/library/shutil.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -625,8 +625,6 @@ Querying the size of the output terminal ---------------------------------------- -.. versionadded:: 3.3 - .. function:: get_terminal_size(fallback=(columns, lines)) Get the size of the terminal window. @@ -650,6 +648,8 @@ See also: The Single UNIX Specification, Version 2, `Other Environment Variables`_. + .. versionadded:: 3.3 + .. _`Other Environment Variables`: http://pubs.opengroup.org/onlinepubs/7908799/xbd/envvar.html#tag_002_003 -- Repository URL: https://hg.python.org/cpython