Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc8b2d2

Browse files
committed
release 8.15.0
1 parent 8a8bcc7 commit bc8b2d2

4 files changed

Lines changed: 11 additions & 9 deletions

File tree

IPython/core/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
_version_patch = 0
2121
_version_extra = ".dev"
2222
# _version_extra = "rc1"
23-
# _version_extra = "" # Uncomment this for full releases
23+
_version_extra = "" # Uncomment this for full releases
2424

2525
# Construct full version string from these.
2626
_ver = [_version_major, _version_minor, _version_patch]

docs/source/whatsnew/pr/native_fallback_exceptiongroup.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/source/whatsnew/pr/pep678-notes.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/source/whatsnew/version8.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ Among other, IPython 8.15:
2525
changed :ghpull:`14119`
2626
- Fix multiple issues with matplotlib interactive mode, qt5/qt6 :ghpull:`14128`
2727

28+
Support for PEP-678 Exception Notes
29+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30+
31+
Ultratb now shows :pep:`678` notes, improving your debugging experience on
32+
Python 3.11+ or with libraries such as Pytest and Hypothesis.
33+
34+
Native fallback for displaying ExceptionGroup
35+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36+
ExceptionGroups are now displayed with ``traceback.print_exc``, as a temporary fix until UltraTB properly supports displaying child exceptions.
37+
2838

2939
We have two larger features:
3040

0 commit comments

Comments
 (0)