New submission from Vajrasky Kok:

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"?

----------
components: Library (Lib)
files: venv_python_version_3_3_above.patch
keywords: patch
messages: 200935
nosy: vajrasky
priority: normal
severity: normal
status: open
title: Not so correct exception message when running venv
versions: Python 3.4
Added file: http://bugs.python.org/file32300/venv_python_version_3_3_above.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19349>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to