What is your experience porting Python 2.7.x scripts to Python 3.x?

Stefan Behnel stefan_ml at behnel.de
Wed Jan 23 15:34:07 EST 2019


Cameron Simpson schrieb am 23.01.19 um 00:21:
>  from __future__ import absolute_imports, print_function
> 
> gets you a long way.

... and: division.

Stefan




More information about the Python-list mailing list