Show More
@@ -237,6 +237,8 b' def list_stdlib_modules():' | |||||
237 | yield m |
|
237 | yield m | |
238 | for m in ['cffi']: |
|
238 | for m in ['cffi']: | |
239 | yield m |
|
239 | yield m | |
|
240 | yield 'distutils' # in Python < 3.12 | |||
|
241 | yield 'distutils.version' # in Python < 3.12 | |||
240 | stdlib_prefixes = {sys.prefix, sys.exec_prefix} |
|
242 | stdlib_prefixes = {sys.prefix, sys.exec_prefix} | |
241 | # We need to supplement the list of prefixes for the search to work |
|
243 | # We need to supplement the list of prefixes for the search to work | |
242 | # when run from within a virtualenv. |
|
244 | # when run from within a virtualenv. |
General Comments 0
You need to be logged in to leave comments.
Login now