Comment 1 for bug 1672874

Revision history for this message
Charles (cblegare-atl) wrote :

Good to know:

- PEP 426 has been withdrawn

- This may break PEP 508 compatibility with some packages: 'all' and 'alldev' are valid extra identifiers

- There is a pip issue about this for globbing extras like so

  pip install -e '.[*]'

  at https://github.com/pypa/pip/issues/5039