Commit 61a0829
MNT: Deprecate other capitalization than "None" in matplotlibrc
The `*_or_None` validators have accepted any capitalization of the
string "none" as input. This is overly permissive and
will likely lead to conflicts in the future because we cannot
distinguish between resolving to `None` and `"none"` which may be need
for some parameters in the future.
Inspired by matplotlib#29481.1 parent 9e3ada3 commit 61a0829
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
194 | 201 | | |
195 | 202 | | |
196 | 203 | | |
| |||
0 commit comments