wok-6.x annotate python-pyflakes/description.txt @ rev 25563

New toolchain GCC 4.9.2, Glibc 2.19, Binutils 2.37
author Stanislas Leduc <shann@slitaz.org>
date Fri May 05 18:12:18 2023 +0200 (14 months ago)
parents
children
rev   line source
Hans-G?nter@25225 1 A simple program which checks Python source files for errors.
Hans-G?nter@25225 2
Hans-G?nter@25225 3 Pyflakes analyses programs and detects various errors.
Hans-G?nter@25225 4 It works by parsing the source file, not importing it, so it is safe
Hans-G?nter@25225 5 to use on modules with side effects. It's also much faster.