On 02.09.2022 16:28, Marc-Andre Lemburg wrote:
Hi all,
an issue was pointed out at:
https://github.com/python/peps/issues/2776
with the PEP 249 - Python Database API 2.0. At the time we were creating
the standard in 1999, the default base class for errors was the
StandardError exception class.
Hi all,
an issue was pointed out at:
https://github.com/python/peps/issues/2776
with the PEP 249 - Python Database API 2.0. At the time we were creating
the standard in 1999, the default base class for errors was the
StandardError exception class.
In Python 3, StandardError was removed, since