[
https://issues.apache.org/jira/browse/BEAM-3981?focusedWorklogId=89268&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-89268
]
ASF GitHub Bot logged work on BEAM-3981:
----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Apr/18 05:39
Start Date: 10/Apr/18 05:39
Worklog Time Spent: 10m
Work Description: aaltay commented on issue #5053: [BEAM-3981] Futurize
coders subpackage
URL: https://github.com/apache/beam/pull/5053#issuecomment-379980133
R: @charlesccychen cc: @tvalentyn
Some high level comments:
- six could be handy in some cases, for example `six.string_types` could be
used instead of
```
Try:
unicode # pylint: disable=unicode-builtin
except NameError:
unicode = str
```
What do you think about that?
- Is there a reason to change cython version?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 89268)
Time Spent: 6.5h (was: 6h 20m)
> Futurize and fix python 2 compatibility for coders package
> ----------------------------------------------------------
>
> Key: BEAM-3981
> URL: https://issues.apache.org/jira/browse/BEAM-3981
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Robbe
> Assignee: Ahmet Altay
> Priority: Major
> Time Spent: 6.5h
> Remaining Estimate: 0h
>
> Run automatic conversion with futurize tool on coders subpackage and fix
> python 2 compatibility. This prepares the subpackage for python 3 support.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)