Skip to content

[3.13] GH-119054: Add "Creating files and directories" section to pathlib docs. (GH-120186) #120462

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

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 13, 2024

Add dedicated subsection for pathlib.Path.touch(), mkdir(),
symlink_to() and hardlink_to(). Also note that open(), write_text()
and write_bytes() are often used to create files.

(cherry picked from commit c2d810b)

Co-authored-by: Barney Gale barney.gale@gmail.com
Co-authored-by: Hugo van Kemenade 1324225+hugovk@users.noreply.github.com


📚 Documentation preview 📚: https://cpython-previews--120462.org.readthedocs.build/

…lib docs. (pythonGH-120186)

Add dedicated subsection for `pathlib.Path.touch()`, `mkdir()`,
`symlink_to()` and `hardlink_to()`. Also note that `open()`, `write_text()`
and `write_bytes()` are often used to create files.

(cherry picked from commit c2d810b)

Co-authored-by: Barney Gale <barney.gale@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@bedevere-app bedevere-app bot added docs Documentation in the Doc dir skip news topic-pathlib labels Jun 13, 2024
@barneygale barneygale enabled auto-merge (squash) June 13, 2024 17:59
@barneygale barneygale merged commit e0f4dd8 into python:3.13 Jun 13, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news topic-pathlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants