Skip to content

Commit

Permalink
Collector #1621, 1894: Removed support for use of long-deprecated 'wh…
Browse files Browse the repository at this point in the history
…random' module.
  • Loading branch information
tseaver committed Nov 22, 2005
1 parent 978d2af commit 145b2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DT_Util.py
Expand Up @@ -315,7 +315,7 @@ def name_param(params,tag='',expr=0, attr='name', default_unnamed=1):
- Special security-aware versions of 'getattr' and 'hasattr',
- The Python 'string', 'math', and 'whrandom' modules, and
- The Python 'string', 'math', and 'random' modules, and
- A special function, 'test', that supports if-then expressions.
The 'test' function accepts any number of arguments. If the
Expand Down

0 comments on commit 145b2db

Please sign in to comment.