diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-10 14:30:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-10 14:30:05 -0400 |
| commit | d4fb0058d56bb03c97374665b62b6f0a1e586d49 (patch) | |
| tree | b4f1494cdbcf10afbee28f84d10968e8cc8536d5 /changelog.d | |
| parent | f4161185003af545562d88df99d609d30947ed2b (diff) | |
| parent | a354d7bc1b7737fc1b4a9d238a247364035ab3d8 (diff) | |
| download | external_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.rst | 1 |
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. |
