Skip to content

Commit 52a9739

Browse files
committed
Add What's New entry
1 parent 1639986 commit 52a9739

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,10 @@ Other language changes
608608
* Allow the *count* argument of :meth:`bytes.replace` to be a keyword.
609609
(Contributed by Stan Ulbrych in :gh:`147856`.)
610610

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

612616
New modules
613617
===========

0 commit comments

Comments
 (0)