We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1639986 commit 52a9739Copy full SHA for 52a9739
Doc/whatsnew/3.15.rst
@@ -608,6 +608,10 @@ Other language changes
608
* Allow the *count* argument of :meth:`bytes.replace` to be a keyword.
609
(Contributed by Stan Ulbrych in :gh:`147856`.)
610
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
+
615
616
New modules
617
===========
0 commit comments