bpo-40107: stop using os.open() to implement pathlib.Path.open() by barneygale · Pull Request #25240 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Contributor
- Moves
io.open()call into the path accessor - Removes
os.open()from path accessor (other usage removed in bpo-39895: Movepathlib.Path.touch()implementation into the path accessor #18838) - Removes a do-nothing
_openerfunction
This is continuing on a theme of moving non-abstract path functionality into the accessor, in preparation for solving bpo-24132.
No change of behaviour.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
barneygale
force-pushed
the
bpo-40107-pathlib-accessor-io-open
branch
from
bcd0395 to
4246f5d
Compare
zooba
added
the
skip news
label
zooba
merged commit
11c3bd3
into
python:master
bedevere-bot
removed
the
awaiting review
label
alexdelorenzo
mentioned this pull request
projetmbc
mannequin
mentioned this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment