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 d8d715f commit 631753fCopy full SHA for 631753f
Doc/whatsnew/3.7.rst
@@ -1238,6 +1238,9 @@ Changes in the Python API
1238
:func:`socket.fromshare` a socket :func:`~socket.socket.share`-ed in older
1239
Python versions.
1240
1241
+* ``repr`` for :exc:`BaseException` has changed not to include trailing comma
1242
+ in the output. Mind that most exceptions are affected by this change.
1243
+
1244
* ``repr`` for :class:`datetime.timedelta` has changed to include keyword arguments
1245
in the output. (Contributed by Utkarsh Upadhyay in :issue:`30302`.)
1246
0 commit comments