Hi there,

Py3.8k is more picky about escapes, some warnings will even turn into
errors. In particular, this is about "unnecssary" escapes, i.e. escaped
characters which need not be escaped. From a quick first glance at the
reported files they fall into two categories:

- LaTeX code such as \overline in a docstring which is not marked as
  raw string
- commands such as \s in regex expressions which are not raw strings

Cheers
Michael

Gert-Ludwig Ingold venit, vidit, dixit 2019-08-04 18:57:19:
> Dear Alan,
> 
> > My apologies for the missing details.
> > I pulled the most recent code from Github
> > and installed with the setup script.
> > The warnings were issued (Python 3.8.0b3) when
> > byte compiling texter.py, svgfile.py, t1file.py,
> > and mathutils.py
> 
> I had not understood that you had built PyX from the source
> and can now confirm the behavior which you noted.
> 
> Best regards,
> Gert
> 
> -- 
>  Gert-Ludwig Ingold     email: [email protected]
>  Institut für Physik    Phone: +49-821-598-3234
>  Universität Augsburg   Fax  : +49-821-598-3222
>  D-86135 Augsburg       WWW  : www.physik.uni-augsburg.de/theo1/ingold
>  Germany                PGP  : 86FF5A93, key available from homepage
> 
> 
> _______________________________________________
> PyX-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pyx-user


_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to