mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +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
|
@ -34,7 +34,7 @@ BufferType = type(buffer(''))
|
|||
|
||||
TupleType = tuple
|
||||
ListType = list
|
||||
DictType = DictionaryType = dictionary
|
||||
DictType = DictionaryType = dict
|
||||
|
||||
def _f(): pass
|
||||
FunctionType = type(_f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue