Commit 594f0bb
committed
Deprecate cbook.report_memory.
It's unrelated to Matplotlib's functionality, and more importantly it
likely never worked on Py3 (currently raising "'int' object has no
attribute 'split'") because the subprocess needs to be called with
`universal_newlines=True`, otherwise (currently) stdout is returned as
bytes and indexing that gives an int, not a str...1 parent b6a6414 commit 594f0bb
File tree
2 files changed
+4
-0
lines changed- doc/api/next_api_changes/deprecations
- lib/matplotlib/cbook
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
| 631 | + | |
631 | 632 | | |
632 | 633 | | |
633 | 634 | | |
| |||
0 commit comments