Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ec518b

Browse files
committed
Closes #19349: Merged fix from 3.3.
2 parents 61a2ced + 0e6c66d commit 6ec518b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/venv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def main(args=None):
345345
elif not hasattr(sys, 'base_prefix'):
346346
compatible = False
347347
if not compatible:
348-
raise ValueError('This script is only for use with Python 3.3')
348+
raise ValueError('This script is only for use with Python >= 3.3')
349349
else:
350350
import argparse
351351

0 commit comments

Comments
 (0)