You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/11/20 12:31:27 UTC

[GitHub] [airflow] eserdyuk-exos opened a new pull request #6613: [AIRFLOW-6019] Fix KubernetesExecutor Python 3.* dict.iteritems() exception

eserdyuk-exos opened a new pull request #6613: [AIRFLOW-6019] Fix KubernetesExecutor Python 3.* dict.iteritems() exception
URL: https://github.com/apache/airflow/pull/6613
 
 
   ### Jira
   https://issues.apache.org/jira/projects/AIRFLOW/issues/AIRFLOW-6019
   
   ### Description
   `kubernetes_executor.py` didn't support Python 3 cause of `dict.iteritems()` using. 
   It has been fixed with the help of `six.iteritems` for a backward compatibility.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services