forked from techtonik/python-patch
-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
.tox\py36-conancurrent\lib\site-packages\patch_ng.py:427
c:\j\w\hooks_pr-171\.tox\py36-conancurrent\lib\site-packages\patch_ng.py:427: DeprecationWarning: invalid escape sequence \d
re_hunk_start = re.compile(b"^@@ -(\d+)(,(\d+))? \+(\d+)(,(\d+))? @@")
.tox\py36-conancurrent\lib\site-packages\patch_ng.py:621
c:\j\w\hooks_pr-171\.tox\py36-conancurrent\lib\site-packages\patch_ng.py:621: DeprecationWarning: invalid escape sequence \+
re_filename_date_time = b"^\+\+\+ ([^\t]+)(?:\s([0-9-]+)\s([0-9:]+)|.*)"
.tox\py36-conancurrent\lib\site-packages\patch_ng.py:578
c:\j\w\hooks_pr-171\.tox\py36-conancurrent\lib\site-packages\patch_ng.py:578: DeprecationWarning: invalid escape sequence \s
re_filename_date_time = b"^--- ([^\t]+)(?:\s([0-9-]+)\s([0-9:]+)|.*)"
.tox\py36-conancurrent\lib\site-packages\patch_ng.py:653
c:\j\w\hooks_pr-171\.tox\py36-conancurrent\lib\site-packages\patch_ng.py:653: DeprecationWarning: invalid escape sequence \d
match = re.match(b"^@@ -(\d+)(,(\d+))? \+(\d+)(,(\d+))? @@(.*)", line)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working