]> granicus.if.org Git - python/commitdiff
Changed status from "beta" to "production"; since logging has been part of the stdlib...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 18 May 2006 07:28:58 +0000 (07:28 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 18 May 2006 07:28:58 +0000 (07:28 +0000)
Lib/logging/__init__.py

index 582b781bc7ae5c8ec5f6b662fc2d2dabd955b0b9..e8852f3668e8b0b7ecbf74260aa3ee51238db13d 100644 (file)
@@ -40,7 +40,7 @@ except ImportError:
     thread = None
 
 __author__  = "Vinay Sajip <vinay_sajip@red-dove.com>"
-__status__  = "beta"
+__status__  = "production"
 __version__ = "0.4.9.9"
 __date__    = "06 February 2006"