# Feature or enhancement https://github.com/python/cpython/issues/133999 gave me an idea. Right now it is: <img width="788" alt="Image" src="https://github.com/user-attachments/assets/59cf42f5-3f51-495f-ac49-7dc6baab401f" /> I suggest making it something similar to: ```python >>> raise from ValueError File "<python-input-1>", line 1 raise from ValueError ^^^^ SyntaxError: invalid syntax, maybe you forgot an exception after `raise` keyword? ``` Wording is not the best at the moment, but we will figure it out :) <!-- gh-linked-prs --> ### Linked PRs * gh-134077 * gh-135204 <!-- /gh-linked-prs -->
Feature or enhancement
#133999 gave me an idea. Right now it is:
I suggest making it something similar to:
Wording is not the best at the moment, but we will figure it out :)
Linked PRs
raisestatements #134077