From 03ab8c3cbffa0d28964fd208abf0f13c04149d29 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 27 Jan 2023 17:24:00 -0500 Subject: Changelog re #2178 --- sites/www/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 239c9e2c..9d8ab3a1 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +- :support:`2178 backported` Apply ``codespell`` to the codebase, which found a + lot of very old minor spelling mistakes in docstrings. Also modernize many + instances of ``*largs`` vs ``*args`` and ``**kwarg`` vs ``**kwargs``. Patch + courtesy of Yaroslav Halchenko, with review from Brian Skinn. - :release:`3.0.0 <2023-01-20>` - :bug:`2110 major` Remove some unnecessary ``__repr__`` calls when handling bytes-vs-str conversions. This was apparently doing a lot of unintentional -- cgit v1.2.1