Skip to content

gh-136682: Remove incorrect doc statement that os.path.samestat accepts file-like objects #136683

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
Jul 15, 2025

Conversation

bluetech
Copy link
Contributor

@bluetech bluetech commented Jul 15, 2025

@python-cla-bot
Copy link

python-cla-bot bot commented Jul 15, 2025

All commit authors signed the Contributor License Agreement.

CLA signed

@picnixz picnixz merged commit 7e10a10 into python:main Jul 15, 2025
41 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Jul 15, 2025
@miss-islington-app
Copy link

Thanks @bluetech for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

@picnixz
Copy link
Member

picnixz commented Jul 15, 2025

Thank you!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 15, 2025
…ccepts file-like objects (pythonGH-136683)

(cherry picked from commit 7e10a10)

Co-authored-by: Ran Benita <ran@unusedvar.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 15, 2025
…ccepts file-like objects (pythonGH-136683)

(cherry picked from commit 7e10a10)

Co-authored-by: Ran Benita <ran@unusedvar.com>
@bedevere-app
Copy link

bedevere-app bot commented Jul 15, 2025

GH-136684 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Jul 15, 2025
@bedevere-app
Copy link

bedevere-app bot commented Jul 15, 2025

GH-136685 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Jul 15, 2025
picnixz pushed a commit that referenced this pull request Jul 15, 2025
…accepts file-like objects (GH-136683) (#136685)

gh-136682: Remove incorrect statement that `os.path.samestat` accepts file-like objects (GH-136683)
(cherry picked from commit 7e10a10)

Co-authored-by: Ran Benita <ran@unusedvar.com>
picnixz pushed a commit that referenced this pull request Jul 15, 2025
…accepts file-like objects (GH-136683) (#136684)

gh-136682: Remove incorrect statement that `os.path.samestat` accepts file-like objects (GH-136683)
(cherry picked from commit 7e10a10)

Co-authored-by: Ran Benita <ran@unusedvar.com>
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request Aug 4, 2025
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
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

os.path.samestat incorrectly states "Accepts a path-like object"
2 participants