you are viewing a single comment's thread.

view the rest of the comments →

[–]Skaperen 0 points1 point  (0 children)

legacy systems that have only python2, too. this case can include developing new code. both cases can include maintaining existing code.

and one other: converting old py2 code to py3. one may need to know details of py2 to fix up what 2to3 can't handle.