summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2018-12-17 07:59:02 (GMT)
committerPetr Viktorin <encukou@gmail.com>2018-12-17 07:59:02 (GMT)
commit4e80f5cbeaee87a26e49bc9623c92a10e28dbbd9 (patch)
tree003fa84cce4c9acfae6ff9bd256c470f24a0dee2 /Misc
parent2dfe3511fe310c559d5571c52dcac381f33fd3a6 (diff)
downloadcpython-4e80f5cbeaee87a26e49bc9623c92a10e28dbbd9.zip
cpython-4e80f5cbeaee87a26e49bc9623c92a10e28dbbd9.tar.gz
cpython-4e80f5cbeaee87a26e49bc9623c92a10e28dbbd9.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-11-08-14-22-29.bpo-35186.5m22Mj.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-11-08-14-22-29.bpo-35186.5m22Mj.rst b/Misc/NEWS.d/next/Library/2018-11-08-14-22-29.bpo-35186.5m22Mj.rst
new file mode 100644
index 0000000..2e8cff9
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-11-08-14-22-29.bpo-35186.5m22Mj.rst
@@ -0,0 +1,2 @@
+Removed the "built with" comment added when ``setup.py upload`` is used with
+either ``bdist_rpm`` or ``bdist_dumb``.