wok diff python-pyflakes/description.txt @ rev 25496

Up expat (2.5.0), CVE-2022-43680. Again.
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:26:08 2022 +0000 (18 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-pyflakes/description.txt	Fri Dec 02 10:26:08 2022 +0000
     1.3 @@ -0,0 +1,5 @@
     1.4 +A simple program which checks Python source files for errors.
     1.5 +
     1.6 +Pyflakes analyses programs and detects various errors.
     1.7 +It works by parsing the source file, not importing it, so it is safe
     1.8 +to use on modules with side effects. It's also much faster.