A lot of Python now accept path-like objects (e.g., everything in os.path), but path-like entries in sys.path are not supported. Furthermore, against the principle “Errors should never pass silently”, they cause no error or warning but are entirely ignored. Since sys.path conceptually contains paths and has "path" in the name, I would like to suggest support for adding path-like objects to it.
The text was updated successfully, but these errors were encountered:
Jean-Abou-Samra commentedSep 1, 2022
A lot of Python now accept path-like objects (e.g., everything in
os.path
), but path-like entries insys.path
are not supported. Furthermore, against the principle “Errors should never pass silently”, they cause no error or warning but are entirely ignored. Sincesys.path
conceptually contains paths and has "path" in the name, I would like to suggest support for adding path-like objects to it.The text was updated successfully, but these errors were encountered: