[Python-checkins] r46039 - python/trunk/Lib/logging/__init__.py

vinay.sajip python-checkins at python.org
Thu May 18 09:28:59 CEST 2006


Author: vinay.sajip
Date: Thu May 18 09:28:58 2006
New Revision: 46039

Modified:
   python/trunk/Lib/logging/__init__.py
Log:
Changed status from "beta" to "production"; since logging has been part of the stdlib since 2.3, it should be safe to make this assertion ;-)

Modified: python/trunk/Lib/logging/__init__.py
==============================================================================
--- python/trunk/Lib/logging/__init__.py	(original)
+++ python/trunk/Lib/logging/__init__.py	Thu May 18 09:28:58 2006
@@ -40,7 +40,7 @@
     thread = None
 
 __author__  = "Vinay Sajip <vinay_sajip at red-dove.com>"
-__status__  = "beta"
+__status__  = "production"
 __version__ = "0.4.9.9"
 __date__    = "06 February 2006"
 


More information about the Python-checkins mailing list