Opened 12 years ago
Closed 12 years ago
#529 closed defect (duplicate)
Fix tests in python2.7
Reported by: | Nicolas Évrard <nicolas.evrard@…> | Owned by: | hodgestar |
---|---|---|---|
Priority: | trivial | Milestone: | 0.7 |
Component: | Parsing | Version: | devel |
Keywords: | Cc: |
Description
Running tests under python2.7 raises two errors that should not be raised since HTMLParser don't do it.
The attached patch fixes this.
Attachments (1)
Change History (3)
Changed 12 years ago by Nicolas Évrard <nicolas.evrard@…>
comment:1 Changed 12 years ago by hodgestar
- Owner changed from cmlenz to hodgestar
- Status changed from new to assigned
Thanks!
comment:2 Changed 12 years ago by hodgestar
- Resolution set to duplicate
- Status changed from assigned to closed
I applied a slightly different patch in #501 -- see that ticket for details.
Note: See
TracTickets for help on using
tickets.
patch for genshi/filters/tests/test_html.py