Modify ↓
#14029 closed defect (fixed)
XmlRpcPlugin python3 changes - iteritems()
Reported by: | anonymous | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Component: | XmlRpcPlugin |
Severity: | critical | Keywords: | |
Cc: | Jun Omae | Trac Release: |
Description
In python3, iteritems() was replaced by items().
I changed all occurrences in tracrpc/ticket.py to get the ticket module to work (patch will be attached). We can now use the xmlrpcplugin with python3 in production for listing, creating, and changing tickets.
I would be happy to see the patch integrated in trunk, so we don't have to use our local version.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Patch iteritems() -> items()