diff -r 727107721f4f Lib/venv/__init__.py --- a/Lib/venv/__init__.py Sun Oct 20 12:49:04 2013 +0300 +++ b/Lib/venv/__init__.py Tue Oct 22 20:25:10 2013 +0800 @@ -345,7 +345,7 @@ elif not hasattr(sys, 'base_prefix'): compatible = False if not compatible: - raise ValueError('This script is only for use with Python 3.3') + raise ValueError('This script is only for use with Python >= 3.3') else: import argparse