You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Bas Harenslak (JIRA)" <ji...@apache.org> on 2019/04/13 05:44:00 UTC

[jira] [Resolved] (AIRFLOW-4302) Remove "if sys.version_info" calls

     [ https://issues.apache.org/jira/browse/AIRFLOW-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bas Harenslak resolved AIRFLOW-4302.
------------------------------------
    Resolution: Fixed

> Remove "if sys.version_info" calls
> ----------------------------------
>
>                 Key: AIRFLOW-4302
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4302
>             Project: Apache Airflow
>          Issue Type: Sub-task
>            Reporter: Bas Harenslak
>            Priority: Major
>
> In a couple of locations in the code, we have if statements like:
>  * if sys.version_info[0] < 3
>  * if sys.version_info[0] == 2
> These can be removed now that we'reĀ dropping Python 2 support.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)