Ticket #117 (new defect)
Build bug with Python 3.2
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | core | Version: | 0.7.1 |
| Keywords: | Cc: |
Description
The build fails with an error due to the fact that .keys() is an iterator in Python 3 and not a list. Wrapping it with list() solves the issue in Python 2 and 3.
Change History
Note: See
TracTickets for help on using
tickets.
