pyflakes 0.7.3-2 source package in Ubuntu

Changelog

pyflakes (0.7.3-2) unstable; urgency=medium


  * Cherry-pick 17 upstream commits since 0.7.3, to add python 3.4
    support.

 -- Dimitri John Ledkov <email address hidden>  Mon, 20 Jan 2014 23:00:22 +0000

Upload details

Uploaded by:
Python Applications Packaging Team
Uploaded to:
Sid
Original maintainer:
Python Applications Packaging Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pyflakes_0.7.3-2.dsc 2.1 KiB a59f169b1a4c0ec6310f36bba3c13682ed37715c8ad6d6efeea730c5c63ff0a0
pyflakes_0.7.3.orig.tar.gz 29.8 KiB dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3
pyflakes_0.7.3-2.debian.tar.gz 7.8 KiB e56fc97aecda9ccf422232c712cbf2c4ca2d720306ae2a15ce66853c4d27f05a

Available diffs

No changes file available.

Binary packages built by this source

pyflakes: passive checker of Python 2 and 3 programs

 Pyflakes is program to analyze Python programs and detect various
 errors. It works by parsing the source file, not importing it, so it
 is safe to use on modules with side effects. It's also much faster.
 .
 Unlike PyLint, Pyflakes checks only for logical errors in programs;
 it does not perform any checks on style.