You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jarek Potiuk (Jira)" <ji...@apache.org> on 2019/12/17 23:22:00 UTC

[jira] [Updated] (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 ]

Jarek Potiuk updated AIRFLOW-4302:
----------------------------------
    Fix Version/s: 2.0.0

> 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
>          Components: core
>            Reporter: Bas Harenslak
>            Assignee: Bas Harenslak
>            Priority: Major
>             Fix For: 2.0.0
>
>
> 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
(v8.3.4#803005)