Migration¶
(Obsolescence)
This section remind all we need to know before upgrading or before to restart a new project.
List of Python modules in use¶
the list is given by pylint
$ pylint keepcool.py
git
The internal optparse
is deprecated, argparse
that remplace it sould use nearly the same API.
Data¶
There is no output data managed or produced.
Unit tests¶
The unit tests may help a lot here.