summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-10-10-16-14-33.bpo-45249.xqLliz.rst
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-11-05 19:02:44 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2021-11-05 19:04:04 (GMT)
commite2b4e4bab90b69fbd3614fc9ce5755edfe184297 (patch)
tree0387093caf9a507c19c5bdc4b2a8af1d70ecaae2 /Misc/NEWS.d/next/Library/2021-10-10-16-14-33.bpo-45249.xqLliz.rst
parent3d42cd9461e60c7427f3793f640cd975fbd99289 (diff)
downloadcpython-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.rst2
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