Use raw strings for regular expressions
authorPiraty <mail@piraty.dev>
Thu, 16 Nov 2023 20:06:29 +0000 (21:06 +0100)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 8 May 2024 00:17:35 +0000 (00:17 +0000)
commit757b9658f985fb0ad05613bee174c3570cdcf9bd
treea542ffb52c6981bdf0501b248b9e59a2d7c983d6
parent54e4040d60af889ec5a10ca9912d300420a5c24d
Use raw strings for regular expressions

Python 3.12 requires raw strings for many character sequences used
in regular expressions. Originally submitted by Piraty, thanks!
weather.py