You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For consistency with pathlib.Path.iterdir() and directory scanning functions in os, I propose that zipp.Path.iterdir() should raise NotADirectoryError when called on a non-directory. It presently raises ValueError
The text was updated successfully, but these errors were encountered:
For consistency with
pathlib.Path.iterdir()
and directory scanning functions inos
, I propose thatzipp.Path.iterdir()
should raiseNotADirectoryError
when called on a non-directory. It presently raisesValueError
The text was updated successfully, but these errors were encountered: