Modify ↓
Opened 3 years ago
Last modified 3 years ago
#14037 new defect
Not working on Python3
Reported by: | Jhuang | Owned by: | Pablo |
---|---|---|---|
Priority: | normal | Component: | JqChartMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
- The StringIO and cStringIO modules are gone. Instead, import the io module and use io.StringIO or io.BytesIO for text and data respectively.
- There is no StringType in Python3.
Attachments (1)
Change History (5)
comment:1 Changed 3 years ago by
Changed 3 years ago by
A patch to make compatible with Python 3 and Trac 1.5
Note: See
TracTickets for help on using
tickets.
Please feel free to provide a patch to make compatible with Python 3 and Trac 1.5.