[Zope-Checkins] SVN: Zope/trunk/lib/python/zLOG/__init__.py
Whitespace and language fixes.
Philipp von Weitershausen
philikon at philikon.de
Sun Jan 8 07:52:25 EST 2006
Log message for revision 41213:
Whitespace and language fixes.
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 11:52:49 UTC (rev 41212)
+++ Zope/trunk/lib/python/zLOG/__init__.py 2006-01-08 12:52:25 UTC (rev 41213)
@@ -133,9 +133,7 @@
error is reraised.
"""
-
-
- warnings.warn('Using the zLOG module is deprecated (to be removed in '
+ warnings.warn('The zLOG package is deprecated and will be removed in '
'Zope 2.12. Use the Python logging module instead.',
DeprecationWarning,
stacklevel=2)
More information about the Zope-Checkins
mailing list