Patches item #1118935, was opened at 2005-02-08 17:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=1118935&group_id=4866
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ken Lalonde (kenlalonde)
Assigned to: Nobody/Anonymous (nobody)
Summary: Replace deprecated whrandom with random
Initial Comment:
The whrandom module, which is used by several parts of
Webware, has been deprecated for years.
The current version of python generates a
DeprecationWarning warning when the module is used,
which is annoying and frightens new Webware users.
The attached patch (relative to today's CVS) replaces
whrandom with random.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=1118935&group_id=4866
|