Package: pyflakes
Version: 0.2.1-2
Followup-For: Bug #414694

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I added a manpage for pyflakes. It describes features found in my
submitted patch list (such as exit codes), but is also adjustable for
the current version of pyflakes.

Regards,
  Bastian


- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-ck1treasure4 (PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages pyflakes depends on:
ii  python                        2.4.4-6    An interactive high-level object-o
ii  python-central                0.5.15     register and build utility for Pyt

pyflakes recommends no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHBRuDeBwlBDLsbz4RAtndAJ9MiTJJWf1a0g8VPAFarKQEg9XILACfbT+N
30btogeoF5uvhGkv2Gv42m4=
=uwvS
-----END PGP SIGNATURE-----
.TH "PYFLAKES" "1" "10/01/2007" "" ""
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
pyflakes - simple Python source checker
.SH "SYNOPSIS"
.PP
\fBpyflakes\fR [\fIfile-or-directory\fR ...]
.SH "DESCRIPTION"
Pyflakes is a simple program which checks Python source files for errors.
It is similar to PyChecker in scope, but differs in that it does not
execute the modules to check them. This is both safer and faster, although
it does not perform as many checks. Unlike PyLint, Pyflakes checks only
for logical errors in programs; it does not perform any checks on style.
.sp
All commandline arguments are checked, which have to be either regular files
or directories. If a directory is given, every \fB.py\fR file within
will be checked.
.sp
When no commandline arguments are given, data will be read from standard input.
.SH "OUTPUT"
Found warnings including unused importes, undefined variables
and unnecessary reimports, are printed on standard output.
Found errors including compile or encoding errors, are printed
on standard error.
.SH "EXIT STATUS"
The exit status is 0 when no warnings or errors are found. When errors are
found the exit status is 2. When warnings (but no errors) are found the
exit status is 1.
.SH "AUTHOR"
This manual page was originally written by Bastian Kleineidam <[EMAIL PROTECTED]>
for the Debian distribution of pyflakes (but can be used by others)\.

Reply via email to