We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27bc91 commit 54fc497Copy full SHA for 54fc497
Doc/whatsnew/3.7.rst
@@ -1240,6 +1240,9 @@ Changes in the Python API
1240
:func:`socket.fromshare` a socket :func:`~socket.socket.share`-ed in older
1241
Python versions.
1242
1243
+* ``repr`` for :exc:`BaseException` has changed not to include trailing comma
1244
+ in the output. Mind that most exceptions are affected by this change.
1245
+
1246
* ``repr`` for :class:`datetime.timedelta` has changed to include keyword arguments
1247
in the output. (Contributed by Utkarsh Upadhyay in :issue:`30302`.)
1248
0 commit comments