Skip to content

Commit efa6427

Browse files
bpo-33559: Attribute changed repr of exceptions (GH-6954)
(cherry picked from commit fb9dd89) Co-authored-by: Miro Hrončok <[email protected]>
1 parent df4852c commit efa6427

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
@@ -1242,6 +1242,7 @@ Changes in the Python API
12421242

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

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

0 commit comments

Comments
 (0)