Skip to content

[3.6] bpo-26701: Add documentation for __trunc__ (GH-6022) #6050

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
Mar 10, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 10, 2018

int fails back to __trunc__ is __int__ isn't defined, so cover
that in the docs.
(cherry picked from commit 308eab9)

Co-authored-by: Eric Appelt eric.appelt@gmail.com

https://bugs.python.org/issue26701

`int` fails back to `__trunc__` is `__int__` isn't defined, so cover
that in the docs.
(cherry picked from commit 308eab9)

Co-authored-by: Eric Appelt <eric.appelt@gmail.com>
@miss-islington
Copy link
Contributor Author

@appeltel and @ncoghlan: Backport status check is done, and it's a success ✅ .

@ncoghlan ncoghlan merged commit 1028ca4 into python:3.6 Mar 10, 2018
@miss-islington
Copy link
Contributor Author

Thanks, @ncoghlan!

@miss-islington miss-islington deleted the backport-308eab9-3.6 branch March 10, 2018 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants