This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 0dee4e3  Update Python 3 entry in Python SDK roadmap.
     new 6518abf  Merge pull request #9123 from tvalentyn/patch-57
0dee4e3 is described below

commit 0dee4e3d440ba5ef4f9d862408240207e5bb7621
Author: tvalentyn <[email protected]>
AuthorDate: Mon Jul 22 15:45:45 2019 -0700

    Update Python 3 entry in Python SDK roadmap.
---
 website/src/roadmap/python-sdk.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/website/src/roadmap/python-sdk.md 
b/website/src/roadmap/python-sdk.md
index c1d1fa3..f11aa92 100644
--- a/website/src/roadmap/python-sdk.md
+++ b/website/src/roadmap/python-sdk.md
@@ -22,14 +22,16 @@ limitations under the License.
 
 ## Python 3 Support
 
-Apache Beam 2.11.0 is the first release that offers partial support for Python 
3. As of 2.11.0, only Python 3.5 on Direct and Dataflow runners has been 
sufficiently tested, and Python 3 support remains an active work in progress. 
Current goal is to extend Beam codebase compatibility with Python 3.6, 3.7, 
address [known 
issues](https://issues.apache.org/jira/browse/BEAM-1251?focusedCommentId=16789854&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16789854)
 [...]
+Apache Beam first offered Python 3 support with 2.11.0 release, however we 
continue to polish some [rough 
edges](https://issues.apache.org/jira/browse/BEAM-1251?focusedCommentId=16890504&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1689050)
 and strengthen Beam's Python 3 offering:
  
 
- - 
[Proposal](https://docs.google.com/document/d/1xDG0MWVlDKDPu_IW9gtMvxi2S9I0GB0VDTkPhjXT0nE)
  - [Kanban 
Board](https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=245&view=detail)
  - [Python 3 Conversion Quick Start 
Guide](https://docs.google.com/document/d/1s1BJVCY65LB_SYK1SU1u7NbZiFANoq-nEYaEvzRbYlA)
  - [Tracking Issue](https://issues.apache.org/jira/browse/BEAM-1251)
+ - [Original 
Proposal](https://docs.google.com/document/d/1xDG0MWVlDKDPu_IW9gtMvxi2S9I0GB0VDTkPhjXT0nE)
 
-Contributions are welcome! If you are interested to help, you can select an 
unassigned issue in the Kanban board and assign it to yourself. Comment on the 
issue if you cannot assign it yourself.
-When submitting a new PR, please tag [@aaltay](https://github.com/aaltay), 
[@fredo838](https://github.com/fredo838), [@Juta](https://github.com/Juta), and 
[@tvalentyn](https://github.com/tvalentyn).
+Contributions and feedback are welcome! 
 
+If you are interested to help, you can select an unassigned issue in the 
Kanban board and assign it to yourself. Comment on the issue if you cannot 
assign it yourself. When submitting a new PR, please tag  
[@aaltay](https://github.com/aaltay), and 
[@tvalentyn](https://github.com/tvalentyn).
+
+To report a Python3-related issue, it is best to create a subtask to 
[BEAM-1251](https://issues.apache.org/jira/browse/BEAM-1251) , and cc: [~altay] 
and [~tvalentyn] in JIRA comment. You can also discuss encountered issues on 
user@ or dev@ mailing lists as appropriate.

Reply via email to