summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-10-25 12:19:28 +0300
committerGitHub <noreply@github.com>2021-10-25 12:19:28 +0300
commitb3bf0a4b30373904b8c3940cf6d8d441d24e194b (patch)
tree9b4820b1725fc524c6d0371aed6ceaca4fe56562 /CHANGES.rst
parent4bce6d5a30accecc848d8e7f0dabd212bfea9475 (diff)
downloadpython-setuptools-git-b3bf0a4b30373904b8c3940cf6d8d441d24e194b.tar.gz
Fix typo and add code formatting
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c8ecd1e5..f9612cfe 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -7,7 +7,7 @@ Changes
* #917: ``setup.py install`` and ``easy_install`` commands are now officially deprecated. Use other standards-based installers (like pip) and builders (like build). Workloads reliant on this behavior should pin to this major version of Setuptools.
* #1988: Deprecated the ``bdist_rpm`` command. Binary packages should be built as wheels instead.
-- by :user:`hugovk`
-* #2785: Replace confirparser's readfp with read_file, deprecated since Python 3.2.
+* #2785: Replace ``configparser``'s ``readfp`` with ``read_file``, deprecated since Python 3.2.
-- by :user:`hugovk`
* #2823: Officially deprecated support for ``setup_requires``. Users are encouraged instead to migrate to PEP 518 ``build-system.requires`` in ``pyproject.toml``. Users reliant on ``setup_requires`` should consider pinning to this major version to avoid disruption.