wok-current view python-pyflakes/description.txt @ rev 25737

Add wireshark and deps, rebuild ntfs-3g with posix acls
author Stanislas Leduc <shann@slitaz.org>
date Tue Jan 28 15:25:33 2025 +0000 (7 months ago)
parents
children
line source
1 A simple program which checks Python source files for errors.
3 Pyflakes analyses programs and detects various errors.
4 It works by parsing the source file, not importing it, so it is safe
5 to use on modules with side effects. It's also much faster.