~ubuntu-branches/ubuntu/lucid/python2.6/lucid

« back to all changes in this revision

Viewing changes to Doc/tutorial/modules.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-04-08 02:29:05 UTC
  • mto: (10.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20090408022905-xa5zbe8821m2o77o
Tags: upstream-2.6.2~rc1
ImportĀ upstreamĀ versionĀ 2.6.2~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
281
281
   ['__name__', 'fib', 'fib2']
282
282
   >>> dir(sys)
283
283
   ['__displayhook__', '__doc__', '__excepthook__', '__name__', '__stderr__',
284
 
    '__stdin__', '__stdout__', '_getframe', 'api_version', 'argv', 
 
284
    '__stdin__', '__stdout__', '_getframe', 'api_version', 'argv',
285
285
    'builtin_module_names', 'byteorder', 'callstats', 'copyright',
286
286
    'displayhook', 'exc_clear', 'exc_info', 'exc_type', 'excepthook',
287
287
    'exec_prefix', 'executable', 'exit', 'getdefaultencoding', 'getdlopenflags',
314
314
    'FloatingPointError', 'FutureWarning', 'IOError', 'ImportError',
315
315
    'IndentationError', 'IndexError', 'KeyError', 'KeyboardInterrupt',
316
316
    'LookupError', 'MemoryError', 'NameError', 'None', 'NotImplemented',
317
 
    'NotImplementedError', 'OSError', 'OverflowError', 
 
317
    'NotImplementedError', 'OSError', 'OverflowError',
318
318
    'PendingDeprecationWarning', 'ReferenceError', 'RuntimeError',
319
319
    'RuntimeWarning', 'StandardError', 'StopIteration', 'SyntaxError',
320
320
    'SyntaxWarning', 'SystemError', 'SystemExit', 'TabError', 'True',