Mercurial > hg
comparison doc/README @ 50319:4be9ecc982e1 stable
py3: fix for Python 3.12 emitting SyntaxWarning on invalid escape sequences
Missed in 805d4a462abb:
$ python3.12 mercurial/store.py
mercurial/store.py:406: SyntaxWarning: invalid escape sequence '\.'
EXCLUDED = re.compile(b'.*undo\.[^/]+\.(nd?|i)$')
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Tue, 21 Mar 2023 17:07:22 +0100 |
parents | 3516a4e877c1 |
children |
comparison
equal
deleted
inserted
replaced
50318:3bb7c56e8fe6 | 50319:4be9ecc982e1 |
---|