[Zope-Checkins] SVN: Zope/trunk/lib/python/zLOG/__init__.py
bringing deprecation of zLOG in line with Zope 2.9
Andreas Jung
andreas at andreas-jung.com
Sun Jan 8 09:41:39 EST 2006
Log message for revision 41223:
bringing deprecation of zLOG in line with Zope 2.9
Changed:
U Zope/trunk/lib/python/zLOG/__init__.py
-=-
Modified: Zope/trunk/lib/python/zLOG/__init__.py
===================================================================
--- Zope/trunk/lib/python/zLOG/__init__.py 2006-01-08 14:40:14 UTC (rev 41222)
+++ Zope/trunk/lib/python/zLOG/__init__.py 2006-01-08 14:41:39 UTC (rev 41223)
@@ -134,7 +134,7 @@
"""
warnings.warn('The zLOG package is deprecated and will be removed in '
- 'Zope 2.12. Use the Python logging module instead.',
+ 'Zope 2.11. Use the Python logging module instead.',
DeprecationWarning,
stacklevel=2)
More information about the Zope-Checkins
mailing list