[Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/deprecation/README.txt Don't test warnings-module behavior. Especially when it has been

Jim Fulton jim at zope.com
Tue Apr 18 19:56:32 EDT 2006


Log message for revision 67108:
  Don't test warnings-module behavior.  Especially when it has been 
  changed to make deprecation more testable.
  

Changed:
  U   Zope3/branches/jim-adapter/src/zope/deprecation/README.txt

-=-
Modified: Zope3/branches/jim-adapter/src/zope/deprecation/README.txt
===================================================================
--- Zope3/branches/jim-adapter/src/zope/deprecation/README.txt	2006-04-18 23:56:29 UTC (rev 67107)
+++ Zope3/branches/jim-adapter/src/zope/deprecation/README.txt	2006-04-18 23:56:31 UTC (rev 67108)
@@ -57,12 +57,6 @@
   ...README.txt:1: DeprecationWarning: demo3: demo3 is no more.
   ...
 
-Also, once a deprecation warning has been displayed, it is not shown again:
-
-  >>> from zope.deprecation import tests
-  >>> tests.demo1
-  1
-
 Deprecation can also happen inside a function.  When we first access
 ``demo4``, it can be accessed without problems, then we call a
 function that sets the deprecation message and we get the message upon



More information about the Zope3-Checkins mailing list