Log message for revision 110660:
  A hint for the next person who gets very confused when importing something a 
second time doesn't work.

Changed:
  U   Zope/trunk/src/ZServer/PubCore/__init__.py

-=-
Modified: Zope/trunk/src/ZServer/PubCore/__init__.py
===================================================================
--- Zope/trunk/src/ZServer/PubCore/__init__.py  2010-04-08 15:54:42 UTC (rev 
110659)
+++ Zope/trunk/src/ZServer/PubCore/__init__.py  2010-04-08 15:55:42 UTC (rev 
110660)
@@ -24,6 +24,8 @@
     return apply(_handle, args, kw)
 
 def setNumberOfThreads(n):
+    """This function will self-destruct in 4 statements.
+    """
     global _n
     _n=n
     global setNumberOfThreads

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to