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 barry, orsenthil, vdupras, vinay.sajip
Date 2014-06-03.07:23:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401780202.31.0.494349739072.issue21643@psf.upfronthosting.co.za>
In-reply-to
Content
I could not reproduce this in 3.4 / 3.5


[localhost 21643]$ ./python.exe Tools/scripts/pyvenv --upgrade
usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear]
            [--upgrade] [--without-pip]
            ENV_DIR [ENV_DIR ...]
venv: error: the following arguments are required: ENV_DIR
[localhost 21643]$ ./python.exe Tools/scripts/pyvenv --upgrade foo
[localhost 21643]$ hg tip
changeset:   90992:50c9df76bb77
tag:         tip
parent:      90989:f59afe34fe50
parent:      90991:e6dce5611dae
user:        Senthil Kumaran <senthil@uthcode.com>
date:        Mon Jun 02 23:00:43 2014 -0700
---------------------------------------------------------------------

More specific steps to reproduce it from the current codebase?
History
Date User Action Args
2014-06-03 07:23:22orsenthilsetrecipients: + orsenthil, barry, vinay.sajip, vdupras
2014-06-03 07:23:22orsenthilsetmessageid: <1401780202.31.0.494349739072.issue21643@psf.upfronthosting.co.za>
2014-06-03 07:23:22orsenthillinkissue21643 messages
2014-06-03 07:23:21orsenthilcreate