Files
cpython/Doc/library
Miss Islington (bot) 12bd7e9258 Add re.VERBOSE flag documentation example (GH-97678)
The current re.VERBOSE documentation example leaves space for ambiguous
interpretation. One may read that spaces within the `(?:` token are
spaces inside the non-capturing group (such as `(?: )`). This patch
removes the ambiguity by including examples after the statement.
(cherry picked from commit 0ceafa7fa4)

Co-authored-by: Athos Ribeiro <athoscribeiro@gmail.com>
2022-10-22 20:05:18 +01:00
..
2022-02-14 10:53:16 -08:00
2021-12-17 13:55:03 +01:00
2022-02-14 13:49:11 -08:00