Ticket #1916 defect closed wontfix
Pyflakes errors in twisted.web2 need fixing
| Reported by: | jerub | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | web2 | Keywords: | |
| Cc: | thijs | Branch: | |
| Author: | Launchpad Bug: |
Description
trunk/twisted/web2 $ pyflakes *.py | grep undef error.py:9: 'from twisted.web2.responsecode import *' used; unable to detect undefined names requtil.py:56: undefined name 'self' requtil.py:64: undefined name 'site' stream.py:201: undefined name 'SendfileBuffer' stream.py:1009: undefined name 'LineTooLongException' stream.py:1012: undefined name 'LineTooLongException' tap.py:146: undefined name 'isintance'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

