[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/security/globalmodules.zcml
do not allow the whrandom module at all;
this module is deprecated and
Fred L. Drake, Jr.
fdrake at gmail.com
Tue Aug 10 18:43:05 EDT 2004
Log message for revision 26984:
do not allow the whrandom module at all; this module is deprecated and
generates a warning in Python 2.4
all the allowed functions from this module are available from the "random"
module
Changed:
U Zope3/branches/ZopeX3-3.0/src/zope/app/security/globalmodules.zcml
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/security/globalmodules.zcml
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/security/globalmodules.zcml 2004-08-10 22:32:01 UTC (rev 26983)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/security/globalmodules.zcml 2004-08-10 22:43:05 UTC (rev 26984)
@@ -90,10 +90,6 @@
weibullvariate WichmannHill whseed" />
</module>
- <module module="whrandom">
- <allow attributes="seed choice randint random seed uniform" />
- </module>
-
<module module="bisect">
<allow attributes="bisect_left bisect_right bisect insort_left
insort_right insort" />
More information about the Zope3-Checkins
mailing list