Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python 3.8.0b1v3.8.0b1 | Ćukasz Langa | 2019-06-04 | 1 | -1/+0 |
| | |||||
* | bpo-36972: Add SupportsIndex (GH-13448) | Paul Dagnelie | 2019-05-22 | 1 | -0/+1 |
In order to support typing checks calling hex(), oct() and bin() on user-defined classes, a SupportIndex protocol is required. The ability to check these at runtime would be good to add for completeness sake. This is pretty much just a copy of SupportsInt with the names tweaked. |