##// END OF EJS Templates
Merge pull request #13214 from Kojoley/ipexec-pycharm-qol-fix...
Merge pull request #13214 from Kojoley/ipexec-pycharm-qol-fix ipexec: prevent output coloring under PyCharm

File last commit:

r26868:bd9c17bf
r26941:32ffaeff merge
Show More
remove-deprecated-stuff.rst
8 lines | 300 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / remove-deprecated-stuff.rst
Meysam Azad
docs: add changelog notice 📝
r26868 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.