@@ -317,25 +317,25 @@ want a list of those, they are defined in the standard module
317317 >>> dir(builtins)
318318
319319 ['ArithmeticError', 'AssertionError', 'AttributeError', 'BaseException', 'Buffer
320- Error', 'DeprecationWarning ', 'EOFError ', 'Ellipsis ', 'EnvironmentError ', 'Excep
321- tion ', 'False ', 'FloatingPointError ', 'FutureWarning ', 'GeneratorExit ', 'IOError
322- ', 'ImportError ', 'ImportWarning ', 'IndentationError ', 'IndexError ', 'KeyError',
323- 'KeyboardInterrupt' , 'LookupError ', 'MemoryError ', 'NameError ', 'None ', 'NotImp
324- lemented' , 'NotImplementedError', 'OSError', 'OverflowError', 'PendingDeprecatio
325- nWarning ', 'ReferenceError', 'RuntimeError', 'RuntimeWarning', 'StopIteration',
326- ' SyntaxError', 'SyntaxWarning', 'SystemError', 'SystemExit', 'TabError', 'True',
327- 'TypeError ', 'UnboundLocalError ', 'UnicodeDecodeError ', 'UnicodeEncodeError ', '
328- UnicodeError ', 'UnicodeTranslateError ', 'UnicodeWarning ', 'UserWarning ', 'ValueE
329- rror ', 'Warning ', 'ZeroDivisionError ', '__build_class__ ', '__debug__ ', '__doc__'
330- , '__import__' , '__name__ ', 'abs ', 'all ', 'any ', 'basestring ', 'bin ', 'bool', 'b
331- uffer' , 'bytes ', 'chr ', 'chr8 ', 'classmethod ', 'cmp ', 'compile ', 'complex ', 'cop
332- yright ', 'credits', 'delattr', 'dict', 'dir', 'divmod', 'enumerate', 'eval', 'ex
333- ec ', 'exit ', 'filter ', 'float ', 'frozenset ', 'getattr ', 'globals ', 'hasattr ', 'h
334- ash' , 'help ', 'hex ', 'id ', 'input ', 'int ', 'isinstance ', 'issubclass ', 'iter', '
335- len', 'license ', 'list ', 'locals ', 'map ', 'max ', 'memoryview ', 'min ', 'next ', 'o
336- bject ', 'oct ', 'open ', 'ord ', 'pow ', 'print ', 'property ', 'quit ', 'range ', 'repr
337- ' , 'reversed ', 'round ', 'set ', 'setattr ', 'slice ', 'sorted ', 'staticmethod ', 'st
338- r ', 'str8 ', 'sum ', 'super ', 'trunc ', 'tuple', 'type', 'vars', 'zip']
320+ Error', 'BytesWarning ', 'DeprecationWarning ', 'EOFError ', 'Ellipsis ', 'Environme
321+ ntError ', 'Exception ', 'False ', 'FloatingPointError ', 'FutureWarning ', 'Generato
322+ rExit ', 'IOError ', 'ImportError ', 'ImportWarning ', 'IndentationError ', 'IndexErr
323+ or' , 'KeyError ', 'KeyboardInterrupt ', 'LookupError ', 'MemoryError ', 'NameError',
324+ 'None' , 'NotImplemented', ' NotImplementedError', 'OSError', 'OverflowError', 'P
325+ endingDeprecationWarning ', 'ReferenceError', 'RuntimeError', 'RuntimeWarning', '
326+ StopIteration', ' SyntaxError', 'SyntaxWarning', 'SystemError', 'SystemExit', 'Ta
327+ bError', 'True ', 'TypeError ', 'UnboundLocalError ', 'UnicodeDecodeError ', 'Unicod
328+ eEncodeError ', 'UnicodeError ', 'UnicodeTranslateError ', 'UnicodeWarning ', 'UserW
329+ arning ', 'ValueError ', 'Warning ', 'ZeroDivisionError ', '__build_class__ ', '__deb
330+ ug__' , '__doc__ ', '__import__ ', '__name__ ', '__package__ ', 'abs ', 'all ', 'any',
331+ 'ascii' , 'bin ', 'bool ', 'bytearray ', 'bytes ', 'chr ', 'classmethod ', 'compile ', '
332+ complex ', 'copyright', ' credits', 'delattr', 'dict', 'dir', 'divmod', 'enumerate
333+ ', 'eval ', 'exec ', 'exit ', 'filter ', 'float ', 'format ', 'frozenset ', 'getattr',
334+ 'globals' , 'hasattr ', 'hash ', 'help ', 'hex ', 'id ', 'input ', 'int ', 'isinstance',
335+ 'issubclass ', 'iter ', 'len ', 'license ', 'list ', 'locals ', 'map ', 'max ', 'memory
336+ view ', 'min ', 'next ', 'object ', 'oct ', 'open ', 'ord ', 'pow ', 'print ', 'property'
337+ , 'quit' , 'range ', 'repr ', 'reversed ', 'round ', 'set ', 'setattr ', 'slice ', 'sort
338+ ed ', 'staticmethod ', 'str ', 'sum ', 'super ', 'tuple', 'type', 'vars', 'zip']
339339
340340.. _tut-packages :
341341
0 commit comments