##// END OF EJS Templates
Fix DeprecationWarning on 3.12 with a datetime adapter for sqlite3 (#14139)...
Fix DeprecationWarning on 3.12 with a datetime adapter for sqlite3 (#14139) After python/cpython#90016, default adapters and converters are deprecated. See also https://docs.python.org/3.12/library/sqlite3.html#sqlite3-adapter-converter-recipes

File last commit:

r27747:f5d4e0ac
r28376:46c7ccf0 merge
Show More
log.py
5 lines | 123 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.log has moved to traitlets.log", stacklevel=2)
from traitlets.log import *