Skip to content

[3.12] gh-126165: Improve docs of function math.isclose (GH-126215) #126381

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
Nov 4, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 4, 2024

(cherry picked from commit 081706f)

Co-authored-by: Zhikang Yan 2951256653@qq.com
Co-authored-by: Sergey B Kirpichev skirpichev@gmail.com
Co-authored-by: Carol Willing carolcode@willingconsulting.com
Co-authored-by: Terry Jan Reedy tjreedy@udel.edu


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

…6215)

(cherry picked from commit 081706f)

Co-authored-by: Zhikang Yan <2951256653@qq.com>
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-app bedevere-app bot added docs Documentation in the Doc dir skip news awaiting review labels Nov 4, 2024
@terryjreedy terryjreedy enabled auto-merge (squash) November 4, 2024 04:09
@terryjreedy terryjreedy merged commit d1b8718 into python:3.12 Nov 4, 2024
26 of 27 checks passed
barneygale added a commit to barneygale/cpython that referenced this pull request Dec 12, 2024
Remove `PurePathBase.relative_to()` and `is_relative_to()` because they
don't account for *other* being an entirely different kind of path, and
they can't use `__eq__()` because it's not on the `PurePathBase` interface.

Remove `PurePathBase.drive`, `root`, `is_absolute()` and `as_posix()`.
These are all too specific to local filesystems.
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.

3 participants