mirror of
https://github.com/python/cpython.git
synced 2025-09-11 19:27:07 +00:00
Get rid of 'file' built-in. Get rid of types.StringType and friends.
This commit is contained in:
parent
317e774965
commit
74302dbd3c
3 changed files with 0 additions and 15 deletions
|
@ -2040,7 +2040,6 @@ _PyBuiltin_Init(void)
|
|||
#endif
|
||||
SETBUILTIN("dict", &PyDict_Type);
|
||||
SETBUILTIN("enumerate", &PyEnum_Type);
|
||||
SETBUILTIN("file", &PyFile_Type);
|
||||
SETBUILTIN("float", &PyFloat_Type);
|
||||
SETBUILTIN("frozenset", &PyFrozenSet_Type);
|
||||
SETBUILTIN("property", &PyProperty_Type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue