diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-11 21:02:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-11 21:02:17 -0400 |
| commit | 030c836645acd4ee4362c980e46b23f5e27d5664 (patch) | |
| tree | 12c6f853fcbbe491eafc7a232c910767263b587f | |
| parent | d57adafdd9550376ef54ad3eb9f6a913adb2b214 (diff) | |
| parent | bb5af519860192d3bca638d903cb0ea123c7abd8 (diff) | |
| download | python-setuptools-git-030c836645acd4ee4362c980e46b23f5e27d5664.tar.gz | |
Merge pull request #2103 from hugovk/patch-1
Fix typo
| -rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 03c89be6..a935be56 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,7 +6,7 @@ v46.2.0 * #2075: Stop recognizing files ending with ``.dist-info`` as distribution metadata. * #2086: Deprecate 'use_2to3' functionality. Packagers are encouraged to use single-source solutions or build tool chains to manage conversions outside of setuptools. * #1698: Added documentation for ``build_meta`` (a bare minimum, not completed). -* #2082: Filter ``lib2to3`` ``PendingDeprecationWarning`` and ``DeprecationWarning`` in testes, +* #2082: Filter ``lib2to3`` ``PendingDeprecationWarning`` and ``DeprecationWarning`` in tests, because ``lib2to3`` is `deprecated in Python 3.9 <https://bugs.python.org/issue40360>`_. |
