aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-10 14:30:05 -0400
committerGitHub <noreply@github.com>2020-05-10 14:30:05 -0400
commitd4fb0058d56bb03c97374665b62b6f0a1e586d49 (patch)
treeb4f1494cdbcf10afbee28f84d10968e8cc8536d5 /changelog.d
parentf4161185003af545562d88df99d609d30947ed2b (diff)
parenta354d7bc1b7737fc1b4a9d238a247364035ab3d8 (diff)
downloadexternal_python_setuptools-d4fb0058d56bb03c97374665b62b6f0a1e586d49.tar.gz
external_python_setuptools-d4fb0058d56bb03c97374665b62b6f0a1e586d49.tar.bz2
external_python_setuptools-d4fb0058d56bb03c97374665b62b6f0a1e586d49.zip
Merge pull request #2096 from pypa/feature/deprecate-2to3
Emit deprecation warning when 2to3 is used.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/2086.change.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/2086.change.rst b/changelog.d/2086.change.rst
new file mode 100644
index 00000000..9fa54e5a
--- /dev/null
+++ b/changelog.d/2086.change.rst
@@ -0,0 +1 @@
+Deprecate 'use_2to3' functionality. Packagers are encouraged to use single-source solutions or build tool chains to manage conversions outside of setuptools.