gh-81520: Add documentatoion about unexpected os.path.ismount() behaviour
2 PRs, one adds documentation about the false positives with btrfs subvolumes & the 2nd about adding the unexpected behaviour to the docstring, so that it also shows up in pydoc
- Issue: gh-81520
📚 Documentation preview 📚: https://cpython-previews--136058.org.readthedocs.build/
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.
If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.
To be honest, I'm not sure we need to clarify this for other similar fs like zfs.
To be honest, I'm not sure we need to clarify this for other similar fs like zfs.
What do you want to tell? This PR has nothing to do with ZFS and I don't know how os.path.ismount() behaves on it.
Rebased it on main. Anything else that I need to do?
FWIW, you don't need to force-push. We squash at the end anyway, and it just makes reviewing a little more difficult.
Thanks @bionade24 for the PR, and @ZeroIntensity for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. 🐍🍒⛏🤖
GH-136471 is a backport of this pull request to the 3.14 branch.
GH-136473 is a backport of this pull request to the 3.13 branch.
Congrats on your first contribution :)