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/09/30 09:22:23 UTC

[GitHub] [airflow] ashb commented on issue #6183: [AIRFLOW-5553] Bytes value check done based on the type of the variable

ashb commented on issue #6183: [AIRFLOW-5553] Bytes value check done based on the type of the variable
URL: https://github.com/apache/airflow/pull/6183#issuecomment-536479159
 
 
   Looks good for 2.0 where we only support Python 3, but we can't include this in an earlier release as on python2 `isinstance("a string", bytes)` returns true which would make all strings b64 encoded.

----------------------------------------------------------------
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