summaryrefslogtreecommitdiff
path: root/Lib/types.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/types.py')
-rw-r--r--Lib/types.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/types.py b/Lib/types.py
index 4c49ba3939..5c1f2497d1 100644
--- a/Lib/types.py
+++ b/Lib/types.py
@@ -22,8 +22,6 @@ try:
except NameError:
pass
-BufferType = buffer
-
TupleType = tuple
ListType = list
DictType = DictionaryType = dict