Commit 6ec518bd authored by Vinay Sajip's avatar Vinay Sajip

Closes #19349: Merged fix from 3.3.

parents 61a2ced1 0e6c66d4
......@@ -345,7 +345,7 @@ def main(args=None):
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment