cpython/Misc/NEWS.d/next/Library/2024-06-19-13-20-01.gh-issu...

4 lines
159 B
ReStructuredText

:mod:`re` now handles patterns like ``"[\s\S]"`` or ``"\s|\S"`` which match
any character as effectively as a dot with the ``DOTALL`` modifier
(``"(?s:.)"``).