summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGiebisch <rafael@giebisch-mail.de>2022-11-03 11:49:10 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-11-29 08:40:11 +0100
commit85b52d22fd2841c34e95b3a80d6f2b668ce2f160 (patch)
tree957e84409a0ca2135e79ae202005732dfbf3fdd8 /docs
parent9d726c7902979d4ad53945ed8f1037266a88010d (diff)
Fixed #33701 -- Added fine-grained error locations to the technical 500 debug page.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.2.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt
index fe74e8485a..8153eefebc 100644
--- a/docs/releases/4.2.txt
+++ b/docs/releases/4.2.txt
@@ -161,7 +161,8 @@ Email
Error Reporting
~~~~~~~~~~~~~~~
-* The debug page now shows :pep:`exception notes <678>` on Python 3.11+.
+* The debug page now shows :pep:`exception notes <678>` and
+ :pep:`fine-grained error locations <657>` on Python 3.11+.
File Storage
~~~~~~~~~~~~