diff options
author | Irit Katriel <iritkatriel@yahoo.com> | 2021-02-23 14:58:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 14:58:47 (GMT) |
commit | 26f18b8540b49d592af66361f8df1a03953d1768 (patch) | |
tree | b66c33940549691dfb3d35d560e20ce79dc8cb96 /Misc/NEWS.d | |
parent | 7bb1cafa4e3d648669212ea4c6d11d6eafc6da23 (diff) | |
download | cpython-26f18b8540b49d592af66361f8df1a03953d1768.zip cpython-26f18b8540b49d592af66361f8df1a03953d1768.tar.gz cpython-26f18b8540b49d592af66361f8df1a03953d1768.tar.bz2 |
bpo-43146: fix regression in traceback.print_exception(None) (GH-24463)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-02-06-21-21-35.bpo-43146.MHtb2v.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-02-06-21-21-35.bpo-43146.MHtb2v.rst b/Misc/NEWS.d/next/Library/2021-02-06-21-21-35.bpo-43146.MHtb2v.rst new file mode 100644 index 0000000..8d213a4 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-02-06-21-21-35.bpo-43146.MHtb2v.rst @@ -0,0 +1 @@ +Fix recent regression in None argument handling in :mod:`~traceback` module functions.
\ No newline at end of file |