Commit 7d09a7b5 authored by Jim Fulton's avatar Jim Fulton

Updated doc string.

parent d5a2bb66
'''$Id: DT_Util.py,v 1.34 1998/05/13 22:06:31 jim Exp $'''
'''$Id: DT_Util.py,v 1.35 1998/05/13 22:15:27 jim Exp $'''
############################################################################
# Copyright
......@@ -52,7 +52,7 @@
# (540) 371-6909
#
############################################################################
__version__='$Revision: 1.34 $'[11:-2]
__version__='$Revision: 1.35 $'[11:-2]
import sys, regex, string, types, math, os
from string import rfind, strip, joinfields, atoi,lower,upper,capitalize
......@@ -262,6 +262,8 @@ Python expression support
- The objects: 'None', 'abs', 'chr', 'divmod', 'float', 'hash',
'hex', 'int', 'len', 'max', 'min', 'oct', 'ord', 'pow',
'round', and 'str' from the standard Python builtin module.
- Special security-aware versions of 'getattr' and 'hasattr',
- The Python 'string', 'math', and 'whrandom' modules, and
......@@ -352,6 +354,9 @@ def parse_params(text,
############################################################################
# $Log: DT_Util.py,v $
# Revision 1.35 1998/05/13 22:15:27 jim
# Updated doc string.
#
# Revision 1.34 1998/05/13 22:06:31 jim
# Updated doc string.
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment