mirror of
https://github.com/python/cpython.git
synced 2024-11-25 02:44:06 +08:00
Only expose the abstract base classes.
The concrete types are for internal use (registration). We are not trying to resurrect the types module in collections.
This commit is contained in:
parent
b90ffd88f1
commit
51b401bbe1
@ -18,11 +18,6 @@ __all__ = ["Hashable", "Iterable", "Iterator",
|
||||
"MappingView", "KeysView", "ItemsView", "ValuesView",
|
||||
"Sequence", "MutableSequence",
|
||||
"ByteString",
|
||||
"bytearray_iterator", "bytes_iterator", "dict_itemiterator",
|
||||
"dict_items", "dict_keyiterator", "dict_keys", "dict_proxy",
|
||||
"dict_valueiterator", "dict_values", "list_iterator",
|
||||
"list_reverseiterator", "range_iterator", "set_iterator",
|
||||
"str_iterator", "tuple_iterator", "zip_iterator",
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user