##// END OF EJS Templates
add some infor in warning
Matthias Bussonnier -
Show More
@@ -191,5 +191,9 b' def check_linecache_ipython(*args):'
191 """
191 """
192 import warnings
192 import warnings
193
193
194 warnings.warn("Just call linecache.checkcache() directly.", DeprecationWarning)
194 warnings.warn(
195 "Deprecated Since IPython 8.6, Just call linecache.checkcache() directly.",
196 DeprecationWarning,
197 stacklevel=2,
198 )
195 linecache.checkcache()
199 linecache.checkcache()
General Comments 0
You need to be logged in to leave comments. Login now