mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
SF patch #725904, Minor changes to logging from module author (Vinay Sajip)
- upgrade to version 0.4.8
This commit is contained in:
parent
11b2306960
commit
f297bd1937
2 changed files with 31 additions and 16 deletions
|
|
@ -35,21 +35,14 @@ except ImportError:
|
|||
thread = None
|
||||
|
||||
__author__ = "Vinay Sajip <vinay_sajip@red-dove.com>"
|
||||
__status__ = "alpha"
|
||||
__status__ = "beta"
|
||||
__version__ = "0.4.8"
|
||||
__date__ = "16 February 2003"
|
||||
__date__ = "22 April 2003"
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Miscellaneous module data
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
#
|
||||
# _verinfo is used for when behaviour needs to be adjusted to the version
|
||||
# of Python
|
||||
#
|
||||
|
||||
_verinfo = getattr(sys, "version_info", None)
|
||||
|
||||
#
|
||||
#_srcfile is used when walking the stack to check when we've got the first
|
||||
# caller stack frame.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue