mirror of https://github.com/python/cpython
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 ;-)
This commit is contained in:
parent
007a382a4d
commit
9e9c2528a4
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue