-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Needs TriageIssues that need to be evaluated for severity and status.Issues that need to be evaluated for severity and status.
Description
These can lead to warnings with python3.6:
(master)mwhudson@aeglos:/opt/opensource/setuptools$ find -name \*.py | xargs python3.6 -Wall -m py_compile
./pkg_resources/_vendor/appdirs.py:130: DeprecationWarning: invalid escape sequence \D
"""
./pkg_resources/_vendor/appdirs.py:235: DeprecationWarning: invalid escape sequence \P
"""
./pkg_resources/_vendor/pyparsing.py:147: DeprecationWarning: invalid escape sequence \d
xmlcharref = Regex('&#\d+;')
./pkg_resources/_vendor/pyparsing.py:832: DeprecationWarning: invalid escape sequence \d
"""
./pkg_resources/_vendor/pyparsing.py:2736: DeprecationWarning: invalid escape sequence \d
"""
./pkg_resources/_vendor/pyparsing.py:2914: DeprecationWarning: invalid escape sequence \g
ret = re.sub(self.escCharReplacePattern,"\g<1>",ret)
Metadata
Metadata
Assignees
Labels
Needs TriageIssues that need to be evaluated for severity and status.Issues that need to be evaluated for severity and status.