This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dima.Tisnek
Recipients Dima.Tisnek
Date 2019-01-30.04:23:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548822232.71.0.928620315145.issue35856@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-01-30 04:23:55Dima.Tisneksetrecipients: + Dima.Tisnek
2019-01-30 04:23:52Dima.Tisneksetmessageid: <1548822232.71.0.928620315145.issue35856@roundup.psfhosted.org>
2019-01-30 04:23:52Dima.Tisneklinkissue35856 messages
2019-01-30 04:23:52Dima.Tisnekcreate