Commit 0632fbd
Deprecate backend_webagg.ServerThread.
It is clearly just for internal use, can be replaced by a plain
Thread(target=...), and removing it gets rid of a large block in the
webagg api docs that just restates the standard Thread docstring.1 parent 7d4931b commit 0632fbd
File tree
2 files changed
+6
-1
lines changed- doc/api/next_api_changes/deprecations
- lib/matplotlib/backends
2 files changed
+6
-1
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 | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
0 commit comments