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

Use '.' as the default value for Path constructor #216

Merged
merged 6 commits into from
Dec 4, 2023
Merged

Use '.' as the default value for Path constructor #216

merged 6 commits into from
Dec 4, 2023

Conversation

5j9
Copy link
Contributor

@5j9 5j9 commented Jul 7, 2023

closes #212

@jaraco jaraco closed this Dec 4, 2023
@jaraco jaraco reopened this Dec 4, 2023
@jaraco jaraco self-assigned this Dec 4, 2023
@jaraco
Copy link
Owner

jaraco commented Dec 4, 2023

I'll be honest. It makes me a little sad that we're losing "" as the default, null path. But that seems to be the convention, and practicality beats purity.

@jaraco
Copy link
Owner

jaraco commented Dec 4, 2023

I'm ignoring the diffcov result because the missed line is only relevant to Windows.

@jaraco jaraco merged commit 12caf1a into jaraco:main Dec 4, 2023
14 of 16 checks passed
@jaraco
Copy link
Owner

jaraco commented Dec 4, 2023

Releasing as v16.8.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

path.Path().files() fails with FileNotFoundError
2 participants