Joar Wandborg created BEAM-5787:
-----------------------------------
Summary: test_translate_pattern fails on Python 3.7
Key: BEAM-5787
URL: https://issues.apache.org/jira/browse/BEAM-5787
Project: Beam
Issue Type: Bug
Components: sdk-py-core
Affects Versions: 2.8.0
Reporter: Joar Wandborg
Assignee: Ahmet Altay
Originally reported by michel on slack:
[https://the-asf.slack.com/archives/CBDNLQZM1/p1539697967000100]
Cause:
{quote}[https://docs.python.org/3/whatsnew/3.7.html]:
Change re.escape() to only escape regex special characters instead of
escaping all characters other than ASCII letters, numbers, and '_'.
(Contributed by Serhiy Storchaka in bpo-29995.)
{quote}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)