Skip to content

Commit

Permalink
Updated doc string.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed May 13, 1998
1 parent 58c5f57 commit 27b2947
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions DT_Util.py
@@ -1,4 +1,4 @@
'''$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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -262,6 +262,8 @@ def name_param(params,tag='',expr=0, attr='name', default_unnamed=1):
- 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
Expand Down Expand Up @@ -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.
#
Expand Down

0 comments on commit 27b2947

Please sign in to comment.