holdenk created BEAM-3761:
-----------------------------
Summary: Fix Python 3 missing functions
Key: BEAM-3761
URL: https://issues.apache.org/jira/browse/BEAM-3761
Project: Beam
Issue Type: Sub-task
Components: sdk-py-core
Reporter: holdenk
Assignee: Ahmet Altay
cmp & file is no longer defined in Python 3. We can catch regressions of this
using flake8 f821 (although this catches some additional things as well)
Note: there are existing PRs for basestring and unicode (
[https://github.com/apache/beam/pull/4697|https://github.com/apache/beam/pull/4697,]
, [https://github.com/apache/beam/pull/4730] )
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)