Allow sequence of strings or Path
objects for allow_paths
#65
Labels
enhancement
New feature or request
Path
objects for allow_paths
#65
Overview
Currently,
allow_paths
must be given as a comma-separated string. It would be easier to use and more intuitive if this kwarg instead expected a sequence of either strings orPath
objects.Specification
main.compile_source
,main.compile_files
, andmain.compile_standard
, expectallow_paths
to be given as a sequence of strings orPath
objects.PosixPath
andWindowsPath
Dependencies
#53
The text was updated successfully, but these errors were encountered: