##// END OF EJS Templates
Handle OSError from inspect.getsource/getsourcelines (bpo-44648)...
Handle OSError from inspect.getsource/getsourcelines (bpo-44648) https://bugs.python.org/issue44648 (Python 3.10+)

File last commit:

r26868:bd9c17bf
r27234:d001cd14
Show More
remove-deprecated-stuff.rst
8 lines | 300 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / remove-deprecated-stuff.rst

Remove Deprecated Stuff

We no longer need to add extensions to the PYTHONPATH because that is being handled by load_extension.

We are also removing Cythonmagic, sympyprinting and rmagic as they are now in other packages and no longer need to be inside IPython.