mirror of
https://github.com/python/cpython.git
synced 2025-12-11 11:31:05 +00:00
Closes #19349: Merged fix from 3.3.
This commit is contained in:
commit
6ec518bd8e
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ def main(args=None):
|
||||||
elif not hasattr(sys, 'base_prefix'):
|
elif not hasattr(sys, 'base_prefix'):
|
||||||
compatible = False
|
compatible = False
|
||||||
if not compatible:
|
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:
|
else:
|
||||||
import argparse
|
import argparse
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue