]> granicus.if.org Git - python/commitdiff
bpo-33559: Attribute changed repr of exceptions (GH-6954)
authorMiro Hrončok <miro@hroncok.cz>
Thu, 17 May 2018 19:04:57 +0000 (21:04 +0200)
committerSteve Dower <steve.dower@microsoft.com>
Thu, 17 May 2018 19:04:57 +0000 (15:04 -0400)
Doc/whatsnew/3.7.rst

index b22e9143437f70ff4bc1544711309d6e46318a07..24a5b3daf92afb460dd655f28bde5765cf0bb3d7 100644 (file)
@@ -1240,6 +1240,7 @@ Changes in the Python API
 
 * ``repr`` for :exc:`BaseException` has changed not to include trailing comma
   in the output. Mind that most exceptions are affected by this change.
+  (Contributed by Serhiy Storchaka in :issue:`30399`.)
 
 * ``repr`` for :class:`datetime.timedelta` has changed to include keyword arguments
   in the output. (Contributed by Utkarsh Upadhyay in :issue:`30302`.)