diff options
Diffstat (limited to 'Lib/types.py')
-rw-r--r-- | Lib/types.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/types.py b/Lib/types.py index de158f625d5..3c1c9390d7e 100644 --- a/Lib/types.py +++ b/Lib/types.py @@ -63,7 +63,6 @@ BuiltinMethodType = type([].append) # Same as BuiltinFunctionType ModuleType = type(sys) FileType = file -XRangeType = xrange try: raise TypeError |