[
https://issues.apache.org/jira/browse/BEAM-4000?focusedWorklogId=131159&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-131159
]
ASF GitHub Bot logged work on BEAM-4000:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Aug/18 01:11
Start Date: 04/Aug/18 01:11
Worklog Time Spent: 10m
Work Description: tvalentyn commented on a change in pull request #5715:
[BEAM-4000] Futurize io subpackage
URL: https://github.com/apache/beam/pull/5715#discussion_r207695556
##########
File path: sdks/python/apache_beam/io/gcp/pubsub.py
##########
@@ -33,8 +33,9 @@
from __future__ import absolute_import
import re
+from builtins import object
-from six import text_type
+from past.builtins import basestring
Review comment:
Correction: `past.builtins.basestring` is configured to mimic a superclass
of both `str` and `unicode` in Python 2. So possibly there is no significant
change in behavior but I am not 100% sure.
----------------------------------------------------------------
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: 131159)
Time Spent: 6.5h (was: 6h 20m)
> Futurize and fix python 2 compatibility for io subpackage
> ---------------------------------------------------------
>
> Key: BEAM-4000
> URL: https://issues.apache.org/jira/browse/BEAM-4000
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Robbe
> Assignee: Matthias Feys
> Priority: Major
> Fix For: Not applicable
>
> Time Spent: 6.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)