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 vajrasky
Recipients vajrasky
Date 2013-10-22.12:37:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382445461.71.0.435225941381.issue19349@psf.upfronthosting.co.za>
In-reply-to
Content
In Lib/venv/__init__.py, line 348:

raise ValueError('This script is only for use with Python 3.3')

But I am running Python 3.4. Attached the patch to make it better.

raise ValueError('This script is only for use with Python >= 3.3')

If you feel it does not feel right, any suggestions? "...Python 3.3 and above", "...at least Python 3.3"?
History
Date User Action Args
2013-10-22 12:37:41vajraskysetrecipients: + vajrasky
2013-10-22 12:37:41vajraskysetmessageid: <1382445461.71.0.435225941381.issue19349@psf.upfronthosting.co.za>
2013-10-22 12:37:41vajraskylinkissue19349 messages
2013-10-22 12:37:41vajraskycreate