Show More
@@ -162,5 +162,8 b' def check_for_readline():' | |||
|
162 | 162 | print_status('readline', "no pyreadline-%s < 1.7.1" % vs) |
|
163 | 163 | return False |
|
164 | 164 | else: |
|
165 | if sys.platform == 'darwin' and 'libedit' in readline.__doc__: | |
|
166 | print_status('readline', "no (libedit detected)") | |
|
167 | return False | |
|
165 | 168 | print_status('readline', "yes") |
|
166 | 169 | return True |
General Comments 0
You need to be logged in to leave comments.
Login now