On Tue, 31 May 2016 15:11:32 +0500, Alexandr Shadchin
<[email protected]> wrote:
> Hi,
>
> ok to import?
> py-backports-shutil-get-terminal-size need for update ipython.
>
> py-backports:
> Namespace for backported Python features.
>
> py-backports-shutil-get-terminal-size:
> A backport of the get_terminal_size function from Python 3.3’s shutil.
>
> Unlike the original version it is written in pure Python rather than
> C, so it might be a tiny bit slower.
>
Is there any reason to hardcode
# Only Python 2
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
because as there is no FLAVOR it will be automatically py2?