From: Vinay Sajip Date: Thu, 18 May 2006 07:28:58 +0000 (+0000) Subject: Changed status from "beta" to "production"; since logging has been part of the stdlib... X-Git-Tag: v2.5b1~618 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e9c2528a4f0e573590e930f1d1466085a415c4b;p=python 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 ;-) --- diff --git a/Lib/logging/__init__.py b/Lib/logging/__init__.py index 582b781bc7..e8852f3668 100644 --- a/Lib/logging/__init__.py +++ b/Lib/logging/__init__.py @@ -40,7 +40,7 @@ except ImportError: thread = None __author__ = "Vinay Sajip " -__status__ = "beta" +__status__ = "production" __version__ = "0.4.9.9" __date__ = "06 February 2006"