mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
Clarify that the level argument is used to determine whether to perform absolute or relative imports: 0 is absolute, while a positive number is the number of parent directories to search relative to the current module.
Miscellaneous source files for the main Python shared library