On 2019-01-22, Schachner, Joseph <joseph.schach...@teledyne.com> wrote:

> For anyone who has moved a substantial bunch of Python 2 to Python
> 3, can you please reply with your experience?

If you used bytes (or raw binary strings) at all (e.g. for doing
things like network or serial protocols) you're in for a lot of pain.

Everything else is pretty minor.

-- 
Grant Edwards               grant.b.edwards        Yow! Are we live or on
                                  at               tape?
                              gmail.com            

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to