Skip to content

Commit c4a120b

Browse files
committed
Add news!
1 parent b88d5d1 commit c4a120b

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Doc/whatsnew/3.16.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@ Other language changes
8282
(Contributed by Łukasz Langa in :gh:`102960`.)
8383

8484

85+
Default interactive shell
86+
=========================
87+
88+
* The :term:`REPL` now displays error messages when editing commands cannot be
89+
performed, such as when tab completion finds no matches or a history search
90+
fails.
91+
(Contributed by Bartosz Sławecki in :gh:`148228`.)
92+
93+
8594
New modules
8695
===========
8796

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The :term:`REPL` now displays error messages when editing commands cannot be
2+
performed, such as when tab completion finds no matches or a history search
3+
fails. Patch by Bartosz Sławecki.

0 commit comments

Comments
 (0)