Closed
Bug 1473847
Opened 7 years ago
Closed 7 years ago
Support python 3.7
Categories
(Localization Infrastructure and Tools :: compare-locales, enhancement, P1)
Localization Infrastructure and Tools
compare-locales
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Unassigned)
Details
Python 3.7 introduced a few backwards incompatible changes, which break compare-locales.
At least re.escape changed its behavior, and is now not escaping things that patch matching expects to be escaped:
python2 -c 'import re;print(re.escape("/"))'
\/
python3.7 -c 'import re;print(re.escape("/"))'
/
Reporter | ||
Comment 1•7 years ago
|
||
https://hg.mozilla.org/l10n/compare-locales/rev/255130124aab and a couple of automation adjustments got this fixed.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•