Skip to content
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

ENH: Allow np.fromregex to accept os.PathLike implementations #19680

Merged
merged 2 commits into from Aug 16, 2021

Conversation

BvB93
Copy link
Member

@BvB93 BvB93 commented Aug 16, 2021

closes #19679

np.fromregex is one of the rare file-maniupulation-functions in numpy that does not accept os.PathLike implementations.
This PR addresses aforementioned issue.

@BvB93 BvB93 added 01 - Enhancement 56 - Needs Release Note. Needs an entry in doc/release/upcoming_changes labels Aug 16, 2021
@BvB93 BvB93 removed the 56 - Needs Release Note. Needs an entry in doc/release/upcoming_changes label Aug 16, 2021
@charris charris merged commit cde6992 into numpy:main Aug 16, 2021
@charris
Copy link
Member

charris commented Aug 16, 2021

Thanks Bas.

@BvB93 BvB93 deleted the fromregex branch August 16, 2021 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: Allow np.fromregex to take os.PathLike implementations
2 participants