Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document that sparse identifiers with whitespace are valid if quoted #1226

Open
matthewfeickert opened this issue Mar 16, 2023 · 1 comment
Labels

Comments

@matthewfeickert
Copy link
Contributor

matthewfeickert commented Mar 16, 2023

As a related improvement, we could also show that it's possible to use sparse identifiers with actual whitespaces when quoted. Like pip ~= 23.1, or resolvelib > 0.5, != 0.6.0. I think, this makes them more readable and this style should be used in human-maintained files (as opposed to the tool-generated ones, like constraint pins made with pip-tools).

Originally posted by @webknjaz in #1225 (comment)

@chrysle chrysle added type: enhancement A self-contained enhancement or new feature good first issue component: specifications labels Sep 20, 2023
@chrysle
Copy link
Contributor

chrysle commented Sep 20, 2023

We could add a small sentence here, since the example is already using that technique.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@matthewfeickert @chrysle and others