-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Sort "pip freeze" results by name #1602
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
Comments
Maybe that is just in the development version?
|
No, been around for a while. If you think it should use a different key comparison, please say so so we can consider. |
Are you able to reproduce the issue though? |
Which issue? As in normal python string comparison, capital letters come before lowercase. e.g:
Everything sorted alphabetically |
Mmm you're right, I clearly got confused, sorry.
This way we'd also have "-e " lines at the top of the list instead of in the middle.
|
thanks |
This is a feature request.
Unless there are good reasons not to do it, I think it makes sense to have ordered package names.
The text was updated successfully, but these errors were encountered: