[Python-porting] Regarding 2to3 tool

Justin Israel justinisrael at gmail.com
Tue May 14 15:52:00 EDT 2019


On Wed, May 15, 2019, 4:03 AM <

> From: Navya Dommeti <srinavya.d at gmail.com>
> To: python-porting at python.org
> Cc:
> Bcc:
> Date: Thu, 9 May 2019 15:55:04 +0530
> Subject: [Python-porting] Regarding 2to3 tool
> Hi,
>
> I'm totally confused on how to port to python 3.
> Our codebase has no enough test suite.
>
> Can you please help me what to in addition after porting code to python 3
> using 2to3 tool.
>
> If possible, please provide it as a checklist.
>
> Will be very grateful to you,
>
> TIA!
>
> --
> Regards,
> Navya Dommeti
>
>
>
> ---------- Forwarded message ----------
> From: Michael Rans <mcarans at yahoo.co.uk>
> To: python-porting at python.org, Navya Dommeti <srinavya.d at gmail.com>
> Cc:
> Bcc:
> Date: Tue, 14 May 2019 14:39:36 +0000 (UTC)
> Subject: Re: [Python-porting] Regarding 2to3 tool
> Hi Navya,
>
> This might not be the news you want to hear, but the first thing on the
> checklist would probably be to ensure your tests cover as much of the
> codebase as possible.
>
> Cheers,
> Mike
>

In my limited experience thus far, aside from needing the test coverage, I
have found the Python Future documentation to be all the "checklist" that I
need:

https://python-future.org/quickstart.html


> On Tuesday, 14 May 2019, 16:34:00 CEST, Navya Dommeti <
> srinavya.d at gmail.com> wrote:
>
>
> Hi,
>
> I'm totally confused on how to port to python 3.
> Our codebase has no enough test suite.
>
> Can you please help me what to in addition after porting code to python 3
> using 2to3 tool.
>
> If possible, please provide it as a checklist.
>
> Will be very grateful to you,
>
> TIA!
>
> --
> Regards,
> Navya Dommeti
> _______________________________________________
> Python-porting mailing list
> Python-porting at python.org
> https://mail.python.org/mailman/listinfo/python-porting
> _______________________________________________
> Python-porting mailing list
> Python-porting at python.org
> https://mail.python.org/mailman/listinfo/python-porting
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-porting/attachments/20190515/f81d31e4/attachment.html>


More information about the Python-porting mailing list