[
https://issues.apache.org/jira/browse/BEAM-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luke Zhu reassigned BEAM-3724:
------------------------------
Assignee: Luke Zhu (was: Ahmet Altay)
> Make the coders package compatible with Python 3
> ------------------------------------------------
>
> Key: BEAM-3724
> URL: https://issues.apache.org/jira/browse/BEAM-3724
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Luke Zhu
> Assignee: Luke Zhu
> Priority: Major
>
> The coders package is affect a lot by the fact that Strings are unicode in
> Python 3.
>
> The planned approach is to
> * Prefix bytestrings with 'b' where appropriate
> * Replace uses of 'str' with 'bytes' where appropriate
> * Use python-modernize to solve syntax and import errors
> The goal of this subtask is not to make the coders package completely
> compatible with Python 3.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)