Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 91995cd

Browse files
committed
-Added API removal change note
1 parent 5b58223 commit 91995cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)