mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Calling int(a) when type(a) implements __trunc__ but not __int__ or __index__ now raises a DeprecationWarning. |
||
|---|---|---|
| .. | ||
| compound_stmts.rst | ||
| datamodel.rst | ||
| executionmodel.rst | ||
| expressions.rst | ||
| grammar.rst | ||
| import.rst | ||
| index.rst | ||
| introduction.rst | ||
| lexical_analysis.rst | ||
| simple_stmts.rst | ||
| toplevel_components.rst | ||