diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-11-05 19:02:44 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-11-05 19:04:04 (GMT) |
commit | e2b4e4bab90b69fbd3614fc9ce5755edfe184297 (patch) | |
tree | 0387093caf9a507c19c5bdc4b2a8af1d70ecaae2 /Misc/NEWS.d/next/Library/2021-10-10-16-14-33.bpo-45249.xqLliz.rst | |
parent | 3d42cd9461e60c7427f3793f640cd975fbd99289 (diff) | |
download | cpython-e2b4e4bab90b69fbd3614fc9ce5755edfe184297.zip cpython-e2b4e4bab90b69fbd3614fc9ce5755edfe184297.tar.gz cpython-e2b4e4bab90b69fbd3614fc9ce5755edfe184297.tar.bz2 |
Python 3.11.0a2v3.11.0a2
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-10-10-16-14-33.bpo-45249.xqLliz.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-10-10-16-14-33.bpo-45249.xqLliz.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-10-10-16-14-33.bpo-45249.xqLliz.rst b/Misc/NEWS.d/next/Library/2021-10-10-16-14-33.bpo-45249.xqLliz.rst deleted file mode 100644 index 1d5a857..0000000 --- a/Misc/NEWS.d/next/Library/2021-10-10-16-14-33.bpo-45249.xqLliz.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix the behaviour of :func:`traceback.print_exc` when displaying the caret -when the ``end_offset`` in the exception is set to 0. Patch by Pablo Galindo |