[Checkins] SVN: zope2docs/trunk/zope2book/ Some more wording changes

Hanno Schlichting hannosch at hannosch.eu
Thu Oct 28 09:05:03 EDT 2010


Log message for revision 118005:
  Some more wording changes
  

Changed:
  U   zope2docs/trunk/zope2book/AppendixC.rst
  U   zope2docs/trunk/zope2book/BasicScripting.rst

-=-
Modified: zope2docs/trunk/zope2book/AppendixC.rst
===================================================================
--- zope2docs/trunk/zope2book/AppendixC.rst	2010-10-28 13:04:16 UTC (rev 118004)
+++ zope2docs/trunk/zope2book/AppendixC.rst	2010-10-28 13:05:03 UTC (rev 118005)
@@ -1002,8 +1002,8 @@
 
 The `range` and `pow` functions are available and work the same way they do in
 standard Python; however, they are limited to keep them from generating very
-large numbers and sequences. This limitation helps protect against denial of
-service attacks.
+large numbers and sequences. This limitation helps to avoid accidental long
+execution times.
 
 These functions are available in Python expressions, but not in Python-based
 scripts:

Modified: zope2docs/trunk/zope2book/BasicScripting.rst
===================================================================
--- zope2docs/trunk/zope2book/BasicScripting.rst	2010-10-28 13:04:16 UTC (rev 118004)
+++ zope2docs/trunk/zope2book/BasicScripting.rst	2010-10-28 13:05:03 UTC (rev 118005)
@@ -449,8 +449,8 @@
 
 The *range* and *pow* functions are available and work the same way they do in
 standard Python; however, they are limited to keep them from generating very
-large numbers and sequences. This limitation helps protect against
-denial-of-service attacks.
+large numbers and sequences. This limitation helps to avoid accidental long
+execution times.
 
 In addition, these DTML utility functions are available: *DateTime* and *test*.
 See Appendix A, `DTML Reference <AppendixA.stx>`_ for more information on these



More information about the checkins mailing list