User:Alvonruff/Python3

From ISFDB
< User:Alvonruff
Revision as of 08:59, 15 September 2022 by Alvonruff (talk | contribs) (Replaced content with "There are two major steps to move to python3: * Update to the official MySQL connector. There is no python3 support for MySQLdb, which is our current connector. Moving to...")
Jump to navigation Jump to search

There are two major steps to move to python3:

  • Update to the official MySQL connector. There is no python3 support for MySQLdb, which is our current connector. Moving to a new connector is a prerequisite.
  • Update to python3