##// END OF EJS Templates
Deprecation and removal for 8.17...
Deprecation and removal for 8.17 See #14186 I think for each of those warning we should: 1) Open an issue for removal, and update the corresponding warnings text to point to the corresponding issue.

File last commit:

r25734:c7f8f6ea
r28434:c77baff3
Show More
__init__.py
7 lines | 126 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
from typing import List
__all__: List[str] = []