Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60869 > unrolled thread
| Started by | Robin Becker <robin@reportlab.com> |
|---|---|
| First post | 2013-12-02 14:42 +0000 |
| Last post | 2013-12-02 14:42 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: reporting proxy porting problem Robin Becker <robin@reportlab.com> - 2013-12-02 14:42 +0000
| From | Robin Becker <robin@reportlab.com> |
|---|---|
| Date | 2013-12-02 14:42 +0000 |
| Subject | Re: reporting proxy porting problem |
| Message-ID | <mailman.3463.1385995385.18130.python-list@python.org> |
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 > upgrade can be done by changing one class at a time. > the intent is to produce a compatible code with aid of six.py like functions. > Yes, this means abandoning support of 2.1 ;-). It also means giving up > magical hacks that only work with old-style classes. > >> I find that I don't understand exactly how the original works so well, > > To me, not being comprehensible is not a good sign. I explain some of > the behavior below. The author has commented that he might have been drunk at time of writing :) > >> but here is a cut down version > .. thanks for the analysis, I think we came to the same broad conclusion. I think this particular module may get lost in the wash. If it ever needs re-implementing we can presumably rely on some more general approach as used in the various remote object proxies like pyro or similar. -- Robin Becker
Back to top | Article view | comp.lang.python
csiph-web