[
https://issues.apache.org/jira/browse/BEAM-1251?focusedWorklogId=145764&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-145764
]
ASF GitHub Bot logged work on BEAM-1251:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Sep/18 18:45
Start Date: 19/Sep/18 18:45
Worklog Time Spent: 10m
Work Description: swegner commented on a change in pull request #5842:
[BEAM-1251] Modernize Python 2 code to get ready for Python 3
URL: https://github.com/apache/beam/pull/5842#discussion_r218921060
##########
File path: website/.jenkins/append_index_html_to_internal_links.py
##########
@@ -29,12 +29,18 @@
'sudo apt-get install python-beautifulsoup4'.
"""
+from __future__ import print_function
Review comment:
The website source code is currently being migrated from
https://github.com/apache/beam-site, but is not yet ready. Website changes in
apache/beam will be overwritten on next merge. Please contribute changes at
apache/beam-site according to the [website contribution
guide](https://beam.apache.org/contribute/#contributing-to-the-website). You
can track migration progress via
[[BEAM-4493]](https://issues.apache.org/jira/browse/BEAM-4493).
Do you know if this change was also made in the apache/beam-site repository?
If not, it will need to be migrated.
----------------------------------------------------------------
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: 145764)
Time Spent: 20h 20m (was: 20h 10m)
> Python 3 Support
> ----------------
>
> Key: BEAM-1251
> URL: https://issues.apache.org/jira/browse/BEAM-1251
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Eyad Sibai
> Assignee: Robbe
> Priority: Major
> Time Spent: 20h 20m
> Remaining Estimate: 0h
>
> I have been trying to use google datalab with python3. As I see there are
> several packages that does not support python3 yet which google datalab
> depends on. This is one of them.
> https://github.com/GoogleCloudPlatform/DataflowPythonSDK/issues/6
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)