Sujet : Re: Last version of INN2 for production instance
De : candycanearter07 (at) *nospam* candycanearter07.nomail.afraid (candycanearter07)
Groupes : news.software.nntpDate : 25. Nov 2024, 06:00:03
Autres entêtes
Organisation : the-candyden-of-code
Message-ID : <slrnvk80ok.32tsq.candycanearter07@candydeb.host.invalid>
References : 1 2 3 4 5
User-Agent : slrn/1.0.3 (Linux)
Roberto CORRADO <
i@secure.corradoroberto.it> wrote at 13:45 this Sunday (GMT):
me wrote:
>
>
,----[ Quote vhv958$oti$1@gatto.corradoroberto.it ]
| """
| /usr/inn/filter/filter_innd.py:121: SyntaxWarning: invalid escape sequence '\s'
| self.re_newrmgroup = re.compile("(?:new|rm)group\s")
| /usr/inn/filter/filter_innd.py:124: SyntaxWarning: invalid escape sequence '\d'
| self.re_none44 = re.compile("none\d+\.yet>")
| /usr/inn/filter/filter_innd.py:126: SyntaxWarning: invalid escape sequence '\!'
| self.re_meow = re.compile("^Meow\!", re.M)
| """
`----
>
https://onecompiler.com/python/42z3prksp
>
"""
import re
re.compile(r"(?:new|rm)group\s")
>
re.compile(r"none\d+\.yet>")
>
re.compile(r"^Meow\!", re.M)
"""
Weird, I don't think I've had this issue before.
Also, I like how you quote messages
-- user <candycane> is generated from /dev/urandom