From e780a781418c4cd6b6bed7ff3427393886d95d55 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 21 Jun 2019 14:34:57 -0400 Subject: Changelog re #1460, re #1440 --- sites/www/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 67242b22..4b377b9e 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,16 @@ Changelog ========= +- :support:`1440` (with initial fixes via :issue:`1460`) Tweak many exception + classes so their string representations are more human-friendly; this also + includes incidental changes to some ``super()`` calls. + + The definitions of exceptions' ``__init__`` methods have *not* changed, nor + have any log messages been altered, so this should be backwards compatible + for everything except the actual exceptions' ``__str__()`` outputs. + + Thanks to Fabian Büchler for original report & Pierce Lopez for the + foundational patch. - :support:`1311` (for :issue:`584`, replacing :issue:`1166`) Add backwards-compatible support for the ``gssapi`` GSSAPI library, as the previous backend (``python-gssapi``) has since become defunct. This change -- cgit v1.2.3