This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients alexis, brett.cannon, docs@python, dstufft, eric.araujo, lemburg, ncoghlan, orsenthil, paul.moore, tarek, zach.ware
Date 2016-01-08.07:47:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452239250.69.0.954169369909.issue26017@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the patch with the changes suggested by Brett.

Having created this patch, I had second thoughts on this change. Folks who use pip often, usually use it without any quotes, like `pip install requests`, `pip install CherryPy`. Pinned down versions are most often required by projects and they mention it in the requirements.txt in an unquoted manner
Ref: https://pip.readthedocs.org/en/1.1/requirements.html
It works fine as it is not the shell which is parsing this file.

Since ">" thing parsed by shell on the command line is a special thing, why not address that scenario with more clarification, instead of quoting all the examples, which seem contrary to the common usage patterns?
History
Date User Action Args
2016-01-08 07:47:30orsenthilsetrecipients: + orsenthil, lemburg, brett.cannon, paul.moore, ncoghlan, tarek, eric.araujo, docs@python, alexis, zach.ware, dstufft
2016-01-08 07:47:30orsenthilsetmessageid: <1452239250.69.0.954169369909.issue26017@psf.upfronthosting.co.za>
2016-01-08 07:47:30orsenthillinkissue26017 messages
2016-01-08 07:47:30orsenthilcreate