mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Rename "dictionary" (type and constructor) to "dict".
This commit is contained in:
parent
7ad2d1eb8e
commit
a427a2b8d0
10 changed files with 66 additions and 63 deletions
|
@ -1848,7 +1848,7 @@ _PyBuiltin_Init(void)
|
|||
#ifndef WITHOUT_COMPLEX
|
||||
SETBUILTIN("complex", &PyComplex_Type);
|
||||
#endif
|
||||
SETBUILTIN("dictionary", &PyDict_Type);
|
||||
SETBUILTIN("dict", &PyDict_Type);
|
||||
SETBUILTIN("float", &PyFloat_Type);
|
||||
SETBUILTIN("property", &PyProperty_Type);
|
||||
SETBUILTIN("int", &PyInt_Type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue