From Newsgroup: news.software.nntp
Hi Roberto,
i have open a new issue on github!
Thanks for the bug report. I'll fix it upstream soon.
The SyntaxWarning write out comes only with the >= 3.12.x of Python
my Linux distribution is Slackware-<-current, this is a very up-to-
date!
Indeed. This is mentioned in the language changes of Python 3.12:
https://docs.python.org/3.12/whatsnew/3.12.html
"""
A backslash-character pair that is not a valid escape sequence now
generates a SyntaxWarning, instead of DeprecationWarning. For example, re.compile("\d+\.\d+") now emits a SyntaxWarning ("\d" is an invalid
escape sequence, use raw strings for regular expression: re.compile(r"\d+\.\d+")). In a future Python version, SyntaxError will eventually be raised, instead of SyntaxWarning. (Contributed by Victor
Stinner in gh-98401.)
"""
--
Julien |eLIE
-2-aCe vieux forban d'Asthmatix, il ne manquait pas d'air-a!-a-+ (Ast|-rix)
--- Synchronet 3.21a-Linux NewsLink 1.2