[Baypiggies] Is there any guide or post to follow in order to write code that works both on python 2 and 3?

Santiago Basulto santiago.basulto at gmail.com
Mon Apr 21 21:31:40 CEST 2014


Hello everyone. I'm writing a library that I'd like to be usable from both,
Python 2 and Python 3. Actually, there's a library that works just for
python2 and I want to make it work for 3.

I know it's not really hard to make it work for both versions, but
sometimes I have doubts. For example. If I define a simple class:

class A:
    def __init__(self):
        pass

It will have different meanings if it's run with Python 2 or Python 3
(lacking 'object' inheritence for python2).

Is there any guide, blog post, anything?

Thank you very much.

-- 
Santiago Basulto.-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20140421/f4f5b620/attachment.html>


More information about the Baypiggies mailing list