Luke Zhu created BEAM-3724:
------------------------------
Summary: 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: Ahmet Altay
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)