Running 2to3
We'll cover the following...
We’re going to migrate the chardet
module from Python 2 to Python 3. Python 3 comes with a utility script called 2to3
, which takes your actual Python 2 source code as input and auto-converts as much as it can to Python 3. In some cases this is ...