Python: Change note.

This commit is contained in:
Geoffrey White
2023-07-20 11:23:15 +01:00
parent bb16731b86
commit aaf9907a27

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Regular expressions containing multiple parse mode flags are now interpretted correctly. For example `"(?is)abc.*"` with both the `i` and `s` flags.