Re: reporting proxy porting problem

2013-12-02 Thread Robin Becker
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

Re: reporting proxy porting problem

2013-11-28 Thread Terry Reedy
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

reporting proxy porting problem

2013-11-28 Thread Robin Becker
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 between old and new style classes. I find t