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

pathlib.Path.__enter__() is deprecated #761

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

plotski
Copy link

@plotski plotski commented Dec 2, 2023

pathlib.Path.__enter__() is deprecated and scheduled for removal in Python 3.13; Path objects as a context manager is a no-op

References:

https://bugs.python.org/issue39682
https://bugs.python.org/issue46556
python/cpython@06e1701

@Toilal Toilal force-pushed the deprecated/Path.__enter__ branch 3 times, most recently from 595cf92 to b429a8a Compare December 13, 2023 11:05
pathlib.Path.__enter__() is deprecated and scheduled for removal
in Python 3.13; Path objects as a context manager is a no-op

References:

https://bugs.python.org/issue39682
https://bugs.python.org/issue46556
python/cpython@06e1701
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e947d1b) 98.46% compared to head (aa85b2e) 98.46%.
Report is 2 commits behind head on develop.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #761   +/-   ##
========================================
  Coverage    98.46%   98.46%           
========================================
  Files           52       52           
  Lines         3449     3449           
========================================
  Hits          3396     3396           
  Misses          53       53           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Toilal Toilal merged commit ac846dc into guessit-io:develop Dec 13, 2023
16 checks passed
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.

3 participants