Linux distributions and Python 2
Linux distributions and Python 2
Posted Jun 12, 2018 5:54 UTC (Tue) by k8to (guest, #15413)In reply to: Linux distributions and Python 2 by malefic
Parent article: Linux distributions and Python 2
I think it strongly depends how the str/bytes split affects your particular code.
I've brought very significant codebases to 3 without any significant pain, just cleanups that should have been done anyway, and I've also had code that required huge pain because it wanted to deal mostly with byte strings, but so much of the python3 library doesn't want byte strings.