On 2020-11-15, Jude DaShiell <[email protected]> wrote:

> The sed editor might be helpful doing migrations from python 2.7 into
> python 3.  This would need a sed expert knowing both flavors of python to
> write those scripts though and I don't know if any of that was already
> done.

There are all sorts of existing tools to help migrating from 2 to 3.

  https://docs.python.org/3/howto/pyporting.html
  https://docs.python.org/3.8/library/2to3.html
  https://python-modernize.readthedocs.io/en/latest/
  http://python-future.org/automatic_conversion.html
  https://pypi.org/project/pylint/

It seems to me that writing sed scripts would be a huge waste of time
-- and I'm somebody who _does_ write (short) sed scripts occasionally.

-- 
Grant Edwards               grant.b.edwards        Yow! I was making donuts
                                  at               and now I'm on a bus!
                              gmail.com            


Reply via email to