Skip to content

Commit fb9dd89

Browse files
hroncokzooba
authored andcommitted
bpo-33559: Attribute changed repr of exceptions (GH-6954)
1 parent c0ee341 commit fb9dd89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/whatsnew/3.7.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,6 +1240,7 @@ Changes in the Python API
12401240

12411241
* ``repr`` for :exc:`BaseException` has changed not to include trailing comma
12421242
in the output. Mind that most exceptions are affected by this change.
1243+
(Contributed by Serhiy Storchaka in :issue:`30399`.)
12431244

12441245
* ``repr`` for :class:`datetime.timedelta` has changed to include keyword arguments
12451246
in the output. (Contributed by Utkarsh Upadhyay in :issue:`30302`.)

0 commit comments

Comments
 (0)