Ticket #537 (closed defect: fixed)
genshi on python 3.3 broken
| Reported by: | rp | Owned by: | hodgestar |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.7 |
| Component: | Parsing | Version: | 0.6 |
| Keywords: | Cc: |
Description
Hi!
Genshi doesn't work with python 3.3 anymore. There is a change in the Python 3.3 ast tree syntax, they remove TryExcept? and TryFinally?, but added a combined Try node.
I attached a little patch adding a visit_Try method and hope it's kinda correct, atleast it somewhat works here.
Because I'm curious why is genshi not using the NodeVisitor? class?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

