Opened 13 years ago
Last modified 13 years ago
#5 new enhancement
port pyutil to python 3
Reported by: | earney | Owned by: | earney |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | component1 | Version: | |
Keywords: | port python3 | Cc: |
Description
Since python 2.7 is the last python version in the 2.x series, we need to look into porting the pyutil code to work under 2.x and 3.x versions of python.
Attachments (1)
Change History (3)
comment:1 in reply to: ↑ description Changed 13 years ago by earney
comment:2 Changed 13 years ago by earney
I current get 1 failure under python 2.6 and one failure under python 3.2. After some time, I figured it would be best to submit what I have so that others maybe able to fix the remaining errors.
Note: See
TracTickets for help on using
tickets.
Replying to earney:
I have reduced the number of failed test cases to 2 under 3.2 and only 1 failed test case under 2.7. I will submit the code once I debug and fix these test cases.