except sqlite3.Error as e:

gert gert.cuykens at gmail.com
Thu Jan 15 19:47:57 EST 2009


except sqlite3.Error as e:
    ERROR = "Error " + ...

how does except work in python3 ?



More information about the Python-list mailing list