10BC0 Deprecate validate_webagg_address. by anntzer · Pull Request #16644 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@anntzer
Copy link
Contributor
@anntzer anntzer commented Mar 3, 2020

It is overly strict: it only accepts IPv4 addresses, even though e.g.
"localhost" works just fine, as can be checked with e.g.

$ MPLBACKEND=webagg python -c 'from pylab import *; dict.__setitem__(rcParams, "webagg.address", "localhost"); plot(); show()'

(really, just an excuse to further trim down rcsetup...)

PR Summary

PR Checklist

  • Has Pytest style unit tests
  • Code is Flake 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

It is overly strict: it only accepts IPv4 addresses, even though e.g.
"localhost" works just fine, as can be checked with e.g.
```
$ MPLBACKEND=webagg python -c 'from pylab import *; dict.__setitem__(rcParams, "webagg.address", "localhost"); plot(); show()'
```
(really, just an excuse to further trim down rcsetup...)
@anntzer
Copy link
Contributor Author
anntzer commented Mar 10, 2020

rebased

@QuLogic QuLogic merged commit d492a65 into matplotlib:master Mar 11, 2020
@anntzer anntzer deleted the webagg_address branch March 11, 2020 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

0