Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b58223 commit 91995cdCopy full SHA for 91995cd
doc/api/next_api_changes/removals/21980-CC.rst
@@ -0,0 +1,6 @@
1
+Removed loaded modules logging
2
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
+
4
+The list of currently loaded modules is no longer logged at the DEBUG level at Matplotlib import time,
5
+because it can produce extensive output and make other valuable DEBUG statements difficult to find.
6
+If you were relying on this please arrange for your own logging (the built-in `sys.modules` can be used to get the currently loaded modules).
0 commit comments