mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue