You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we please have documented somewhere a reference implementation in Python for the glob part that complies with the mandatory requirements of the PEP? (maybe an attachment? Or something in the PyPA docs?)
The original intention of "let's document whatever stdlib's glob do, so that we can implement it in other languages" was generally agreed in the Discourse thread. However, there was a significant departure from this original intention to something that require a lot more validations which are not implemented by Python's stdlib itself.
Reference: https://discuss.python.org/t/pep-639-round-3-improving-license-clarity-with-better-package-metadata/53020/174
Could we please have documented somewhere a reference implementation in Python for the glob part that complies with the mandatory requirements of the PEP? (maybe an attachment? Or something in the PyPA docs?)
The original intention of "let's document whatever stdlib's glob do, so that we can implement it in other languages" was generally agreed in the Discourse thread. However, there was a significant departure from this original intention to something that require a lot more validations which are not implemented by Python's stdlib itself.
Setuptools received something similar to the following in a contribution to setuptools: Validate license-files glob patterns by cdce8p · Pull Request #4841 · pypa/setuptools · GitHub (thanks @cdce8p)
Is it enough/complete/correct? (at first glance I would say yes by looking at the text of the PEP, but I would like a second opinion).
/cc @befeleme
The text was updated successfully, but these errors were encountered: