mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
merge 3.1
This commit is contained in:
commit
f5fcd33be9
3 changed files with 10 additions and 5 deletions
|
@ -1587,6 +1587,7 @@ order (MRO) for bases """
|
|||
("__floor__", math.floor, zero, set(), {}),
|
||||
("__trunc__", math.trunc, zero, set(), {}),
|
||||
("__ceil__", math.ceil, zero, set(), {}),
|
||||
("__dir__", dir, empty_seq, set(), {}),
|
||||
]
|
||||
|
||||
class Checker(object):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue