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

Guido van Rossum guido at python.org
Mon Apr 21 21:36:09 CEST 2014


The commonly recommended resource is http://python3porting.com/

Also make sure to get to 100% test coverage!


On Mon, Apr 21, 2014 at 12:31 PM, Santiago Basulto <
santiago.basulto at gmail.com> wrote:

> 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.-
>
> _______________________________________________
> Baypiggies mailing list
> Baypiggies at python.org
> To change your subscription options or unsubscribe:
> https://mail.python.org/mailman/listinfo/baypiggies
>



-- 
--Guido van Rossum (python.org/~guido)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20140421/265a677c/attachment.html>


More information about the Baypiggies mailing list