]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35186: Remove "built with" comment in setup.py upload (GH-10414)
authorPaul Ganssle <pganssle@users.noreply.github.com>
Mon, 17 Dec 2018 07:59:02 +0000 (02:59 -0500)
committerPetr Viktorin <encukou@gmail.com>
Mon, 17 Dec 2018 07:59:02 +0000 (08:59 +0100)
commit4e80f5cbeaee87a26e49bc9623c92a10e28dbbd9
tree003fa84cce4c9acfae6ff9bd256c470f24a0dee2
parent2dfe3511fe310c559d5571c52dcac381f33fd3a6
bpo-35186: Remove "built with" comment in setup.py upload (GH-10414)

platform.dist() is deprecated and slated for removal in Python 3.8. The
upload command itself should also not be used to upload to PyPI, but
while it continues to exist it should not use deprecated functions.
Lib/distutils/command/upload.py
Misc/NEWS.d/next/Library/2018-11-08-14-22-29.bpo-35186.5m22Mj.rst [new file with mode: 0644]