mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
change word
This commit is contained in:
parent
01fc6cd056
commit
c77239613b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Core and Builtins
|
||||||
- Make type(None), type(Ellipsis), and type(NotImplemented) callable. They
|
- Make type(None), type(Ellipsis), and type(NotImplemented) callable. They
|
||||||
return the respective singleton instances.
|
return the respective singleton instances.
|
||||||
|
|
||||||
- Forbid summing bytes in sum().
|
- Forbid summing bytes with sum().
|
||||||
|
|
||||||
- Verify the types of AST strings and identifiers provided by the user before
|
- Verify the types of AST strings and identifiers provided by the user before
|
||||||
compiling them.
|
compiling them.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue