Skip to content
Prev Previous commit
Next Next commit
Add What's New entry
  • Loading branch information
johnslavik committed Apr 14, 2026
commit 52a973980399515d5aedefc1a08adb10f935184e
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.15.rst
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,10 @@ Other language changes
* Allow the *count* argument of :meth:`bytes.replace` to be a keyword.
(Contributed by Stan Ulbrych in :gh:`147856`.)

* Unary plus is now accepted in :keyword:`match` literal patterns, mirroring
the existing support for unary minus.
(Contributed by Bartosz Sławecki in :gh:`145239`.)


New modules
===========
Expand Down
Loading