[issue23357] pyvenv help shows incorrect usage

2015-02-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 751910294200 by Vinay Sajip in branch 'default': Closes #23357: Updated documentation on creating venvs. https://hg.python.org/cpython/rev/751910294200 -- nosy: +python-dev resolution: -> fixed stage: patch review -> resolved status: open -

[issue23357] pyvenv help shows incorrect usage

2015-02-02 Thread Raúl Cumplido
Raúl Cumplido added the comment: >From your question, yes I have completed the form. I've added a new patch just with the documentation change and changing the output from the help command as it was wrong. If it doesn't make sense do let me know. I've done it from 3.4 -- Added file: ht

[issue23357] pyvenv help shows incorrect usage

2015-02-02 Thread Vinay Sajip
Vinay Sajip added the comment: > I would like to help and try to do the change myself You mean the documentation change? Go right ahead! Just make the change to the 3.4 branch, and I will ensure it's merged into the default branch (3.5). Have you completed a contributor form, as a matter of in

[issue23357] pyvenv help shows incorrect usage

2015-02-02 Thread Raúl Cumplido
Raúl Cumplido added the comment: thanks for the comments. @haypo I'll add a new one for the pep8 fixes, sorry. @vinay.sajip I would like to help and try to do the change myself, if this is ok with you -- ___ Python tracker

[issue23357] pyvenv help shows incorrect usage

2015-02-02 Thread STINNER Victor
STINNER Victor added the comment: > Added tests (hope is what you expect) and changed some bits on the test file > to be pep8 comliant. Nooo, please don't change two things in same patch: open a new issue for your PEP 8 changes. -- ___ Python track

[issue23357] pyvenv help shows incorrect usage

2015-02-02 Thread Vinay Sajip
Vinay Sajip added the comment: I will add to the documentation, and leave this issue open till I've done that. -- ___ Python tracker ___ _

[issue23357] pyvenv help shows incorrect usage

2015-02-02 Thread Raúl Cumplido
Raúl Cumplido added the comment: So, do you think that maybe adding something to the documentation. Or we just leave it as it is? -- ___ Python tracker ___ _

[issue23357] pyvenv help shows incorrect usage

2015-02-02 Thread Vinay Sajip
Vinay Sajip added the comment: Thanks for the suggestion, but (a) I don't think it's worth making this change. (b) Your change still won't do the right thing in all cases. (c) Your approach (of passing a parameter just for this) doesn't feel right. For example, what if pyvenv is invoked using a

[issue23357] pyvenv help shows incorrect usage

2015-02-01 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +vinay.sajip stage: -> patch review versions: -Python 3.6 ___ Python tracker ___ ___ Python-bugs

[issue23357] pyvenv help shows incorrect usage

2015-01-31 Thread Raúl Cumplido
Raúl Cumplido added the comment: Added tests (hope is what you expect) and changed some bits on the test file to be pep8 comliant. -- Added file: http://bugs.python.org/file37944/23357.2.patch ___ Python tracker _

[issue23357] pyvenv help shows incorrect usage

2015-01-31 Thread STINNER Victor
STINNER Victor added the comment: Could you please write an unit test for non-regression? -- nosy: +haypo ___ Python tracker ___ ___ P

[issue23357] pyvenv help shows incorrect usage

2015-01-31 Thread Raúl Cumplido
Raúl Cumplido added the comment: Patch that solves the issue. I am on Misc/ACKS on branch 3.4 but not on default branch. I would appreciate if that gets merged to be added :) -- keywords: +patch Added file: http://bugs.python.org/file37936/23357.patch _

[issue23357] pyvenv help shows incorrect usage

2015-01-31 Thread Raúl Cumplido
New submission from Raúl Cumplido: Currently when you execute pyvenv the help message is wrong: host@~ $ pyvenv usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear] [--upgrade] [--without-pip] ENV_DIR [ENV_DIR ...] venv: error: the following argume