[Zope3-checkins] SVN: Zope3/branches/srichter-blow-services/src/zope/deprecation/README.txt Oops, little test change here.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jan 14 15:51:18 EST 2005


Log message for revision 28835:
  Oops, little test change here.
  

Changed:
  U   Zope3/branches/srichter-blow-services/src/zope/deprecation/README.txt

-=-
Modified: Zope3/branches/srichter-blow-services/src/zope/deprecation/README.txt
===================================================================
--- Zope3/branches/srichter-blow-services/src/zope/deprecation/README.txt	2005-01-14 20:50:28 UTC (rev 28834)
+++ Zope3/branches/srichter-blow-services/src/zope/deprecation/README.txt	2005-01-14 20:51:17 UTC (rev 28835)
@@ -32,12 +32,12 @@
 
   >>> from zope.deprecation import tests
   >>> tests.demo1
-  <string>:1: DeprecationWarning: demo1 is no more
+  <string>:1: DeprecationWarning: demo1 is no more.
   1
 
   >>> import zope.deprecation.tests
   >>> zope.deprecation.tests.demo2
-  <string>:1: DeprecationWarning: demo2 is no more
+  <string>:1: DeprecationWarning: demo2 is no more.
   2
 
 You can see that merely importing the affected module or one of its parents
@@ -46,7 +46,7 @@
 name directly, the deprecation warning will be raised immediately.
 
   >>> from zope.deprecation.tests import demo3
-  <string>:1: DeprecationWarning: demo3 is no more
+  <string>:1: DeprecationWarning: demo3 is no more.
 
 Also, once a deprecation warning has been displayed, it is not shown again:
 



More information about the Zope3-Checkins mailing list