Skip to content

Commit 4d68fe3

Browse files
committed
NEWS for having \B match empty strings
Signed-off-by: y5c4l3 <[email protected]>
1 parent aba42c0 commit 4d68fe3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
The category `\B` in `re` currently does not match empty strings, which is
2+
against the general expectation. This patch fixes the problem, affecting
3+
`sre` operation `SRE_AT_NON_BOUNDARY`, `SRE_AT_LOC_NON_BOUNDARY` and
4+
`SRE_AT_UNI_NON_BOUNDARY`.

0 commit comments

Comments
 (0)