Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Conversation

@llimeht
Copy link
Contributor

@llimeht llimeht commented Jun 30, 2019

Prevents warnings being emitted with recent python versions.

For example, with Python 3.7:

diff_match_patch/diff_match_patch.py:1807: DeprecationWarning: invalid escape sequence \d
m = re.match("^@@ -(\d+),?(\d*) +(\d+),?(\d*) @@$", text[0])

Prevents warnings being emitted with recent python versions.
@NeilFraser NeilFraser merged commit ffe7c7b into google:master Jul 25, 2019
@NeilFraser
Copy link
Contributor

Thanks!

@llimeht llimeht deleted the tmp/pywarn branch July 26, 2019 06:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants