Skip to content

Commit 8268eb9

Browse files
Add link to Python issue
Signed-off-by: David A. Wheeler <[email protected]>
1 parent bb6b092 commit 8268eb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Correctly-Using-Regular-Expressions-Rationale.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ be nearly universal:
514514
of the Python community.
515515
In current versions of Python3 a \z in a regex raises an exception, so
516516
adding \z for end-of-string would be a backwards-compatible addition.
517+
See [CPython issue 133306](https://github.com/python/cpython/issues/133306).
517518

518519
## Authors and contributors
519520

0 commit comments

Comments
 (0)