On 28/11/2013 22:01, Terry Reedy wrote:
..
All the transition guides I have seen recommend first updating 2.x code (and its
tests) to work in 2.x with *all* classes being new-style classes. I presume one
of the code checker programs will check this for you. To some extent, the
upgrad
On 11/28/2013 6:12 AM, Robin Becker wrote:
I am in the process of porting reportlab to python3.3, one of the
contributions is a module that implements a reporting proxy with a
canvas that records all access calls and attribute settings etc etc.
This fails under python3 because of differences betw