[Python-checkins] python/dist/src/Doc/tut tut.tex,1.161,1.162

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Wed, 29 May 2002 08:54:58 -0700


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory usw-pr-cvs1:/tmp/cvs-serv13399/Doc/tut

Modified Files:
	tut.tex 
Log Message:
As discussed on python-dev, add a mechanism to indicate features
that are in the process of deprecation (PendingDeprecationWarning).
Docs could be improved.


Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.161
retrieving revision 1.162
diff -C2 -d -r1.161 -r1.162
*** tut.tex	2 May 2002 14:31:55 -0000	1.161
--- tut.tex	29 May 2002 15:54:55 -0000	1.162
***************
*** 2454,2476 ****
  ['ArithmeticError', 'AssertionError', 'AttributeError',
   'DeprecationWarning', 'EOFError', 'Ellipsis', 'EnvironmentError',
!  'Exception', 'FloatingPointError', 'IOError', 'ImportError',
   'IndentationError', 'IndexError', 'KeyError', 'KeyboardInterrupt',
   'LookupError', 'MemoryError', 'NameError', 'None', 'NotImplemented',
   'NotImplementedError', 'OSError', 'OverflowError', 'OverflowWarning',
!  'ReferenceError', 'RuntimeError', 'RuntimeWarning', 'StandardError',
!  'StopIteration', 'SyntaxError', 'SyntaxWarning', 'SystemError',
!  'SystemExit', 'TabError', 'TypeError', 'UnboundLocalError',
!  'UnicodeError', 'UserWarning', 'ValueError', 'Warning',
!  'ZeroDivisionError', '_', '__debug__', '__doc__', '__import__',
!  '__name__', 'abs', 'apply', 'buffer', 'callable', 'chr', 'classmethod',
!  'cmp', 'coerce', 'compile', 'complex', 'copyright', 'credits', 'delattr',
!  'dict', 'dir', 'divmod', 'eval', 'execfile', 'exit', 'file', 'filter',
!  'float', 'getattr', 'globals', 'hasattr', 'hash', 'help', 'hex', 'id',
!  'input', 'int', 'intern', 'isinstance', 'issubclass', 'iter', 'len',
!  'license', 'list', 'locals', 'long', 'map', 'max', 'min', 'object',
!  'oct', 'open', 'ord', 'pow', 'property', 'quit', 'range', 'raw_input',
!  'reduce', 'reload', 'repr', 'round', 'setattr', 'slice', 'staticmethod',
!  'str', 'super', 'tuple', 'type', 'unichr', 'unicode', 'vars', 'xrange',
!  'zip']
  \end{verbatim}
  
--- 2454,2477 ----
  ['ArithmeticError', 'AssertionError', 'AttributeError',
   'DeprecationWarning', 'EOFError', 'Ellipsis', 'EnvironmentError',
!  'Exception', 'False', 'FloatingPointError', 'IOError', 'ImportError',
   'IndentationError', 'IndexError', 'KeyError', 'KeyboardInterrupt',
   'LookupError', 'MemoryError', 'NameError', 'None', 'NotImplemented',
   'NotImplementedError', 'OSError', 'OverflowError', 'OverflowWarning',
!  'PendingDeprecationWarning', 'ReferenceError',
!  'RuntimeError', 'RuntimeWarning', 'StandardError', 'StopIteration',
!  'SyntaxError', 'SyntaxWarning', 'SystemError', 'SystemExit', 'TabError',
!  'True', 'TypeError', 'UnboundLocalError', 'UnicodeError', 'UserWarning',
!  'ValueError', 'Warning', 'ZeroDivisionError', '__debug__', '__doc__',
!  '__import__', '__name__', 'abs', 'apply', 'bool', 'buffer',
!  'callable', 'chr', 'classmethod', 'cmp', 'coerce', 'compile', 'complex',
!  'copyright', 'credits', 'delattr', 'dict', 'dir', 'divmod',
!  'enumerate', 'eval', 'execfile', 'exit', 'file', 'filter', 'float',
!  'getattr', 'globals', 'hasattr', 'hash', 'help', 'hex', 'id',
!  'input', 'int', 'intern', 'isinstance', 'issubclass', 'iter',
!  'len', 'license', 'list', 'locals', 'long', 'map', 'max', 'min',
!  'object', 'oct', 'open', 'ord', 'pow', 'property', 'quit',
!  'range', 'raw_input', 'reduce', 'reload', 'repr', 'round',
!  'setattr', 'slice', 'staticmethod', 'str', 'string', 'super',
!  'tuple', 'type', 'unichr', 'unicode', 'vars', 'xrange', 'zip']
  \end{verbatim}