commit | 308eab979d153f1ab934383dc08bc4546ced8b6c | [log] [tgz] |
---|---|---|
author | Eric Appelt <eric.appelt@gmail.com> | Sat Mar 10 02:44:12 2018 -0600 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sat Mar 10 18:44:12 2018 +1000 |
tree | bcc19dd71a3f513ac3089198b4f395f0491bff94 | |
parent | 10485ebd40669d3e17ab4f477c8c898543bcccd1 [diff] |
bpo-26701: Add documentation for __trunc__ (GH-6022) `int` fails back to `__trunc__` is `__int__` isn't defined, so cover that in the docs.