[New-bugs-announce] [issue35856] bundled pip syntaxwarning
Dima Tisnek
report at bugs.python.org
Tue Jan 29 23:23:52 EST 2019
New submission from Dima Tisnek <dimaqq at gmail.com>:
It seems that `pip` vendored/bundled with Python3.8 doesn't conform to 3.8 syntax:
… ~> /usr/local/bin/python3.8 -m ensurepip
/.../tmp.../pip-18.1-py2.py3-none-any.whl/pip/_vendor/requests/status_codes.py:3: SyntaxWarning: invalid escape sequence \o
/.../tmp.../pip-18.1-py2.py3-none-any.whl/pip/_vendor/requests/status_codes.py:3: SyntaxWarning: invalid escape sequence \o
Looking in links: /.../tmp...
Requirement already satisfied: setuptools in /usr/local/lib/python3.8/site-packages (40.6.2)
Requirement already satisfied: pip in /usr/local/lib/python3.8/site-packages (18.1)
Python 3.8.0a0 (bafa8487f77fa076de3a06755399daf81cb75598) built from source
----------
components: Library (Lib)
messages: 334542
nosy: Dima.Tisnek
priority: normal
severity: normal
status: open
title: bundled pip syntaxwarning
type: behavior
versions: Python 3.8
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35856>
_______________________________________
More information about the New-bugs-announce
mailing list