1.1.1: Python 3 MODE_AUTO fix
- On Python 3 there was a potential issue where open_databasewith
 MODE_AUTOwould try to use the C extension when it was not available.
 This could cause the function to fail rather than falling back to a pure
 Python mode.