-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow a list of directories for the "path" argument #3
Comments
Good idea, thanks! I chose to add a new parameter for a better user experience e.g. passing a list would be odd for a parameter name that is not plural. |
Nice! And while I have your attention, I noticed that
|
Thanks! Fixing #5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The "path" argument to the various functions is a string - I assume it has the same format as the
PATH
environment variable (os.pathsep
separated directories to search). It might be useful to also allow a list of strings for cases where the set of paths to search is constructed programmatically.Note: I've only just looked at this library for the first time - while I can imagine places I'd find this useful, I don't actually have a use case for this right now, so this is very much just a suggestion.
The text was updated successfully, but these errors were encountered: