Vom: Mon, 21 Oct 2024 14:57:11 +0100
> On Mon, 21 Oct 2024 at 13:26, Graham Inggs wrote:
>
> > invalid escape sequence '\d'
>
> (many times)
>
> As far as I am aware \d is a valid escape character in Python regex.
> These look like false-positives (given that as far as I know all the
> code
Hi Andy
On Mon, 21 Oct 2024 at 13:57, andy pugh wrote:
> As far as I am aware \d is a valid escape character in Python regex.
> These look like false-positives (given that as far as I know all the
> code mentioned is working.)
This is a change in Python 3.12 [1].
"
A backslash-character pair th
On Mon, 21 Oct 2024 at 13:26, Graham Inggs wrote:
> invalid escape sequence '\d'
(many times)
As far as I am aware \d is a valid escape character in Python regex.
These look like false-positives (given that as far as I know all the
code mentioned is working.)
--
atp
"A motorcycle is a bicycle
3 matches
Mail list logo