SF patch #725904, Minor changes to logging from module author (Vinay Sajip)

- upgrade to version 0.4.8
This commit is contained in:
Neal Norwitz 2003-04-23 03:49:43 +00:00
parent 11b2306960
commit f297bd1937
2 changed files with 31 additions and 16 deletions

View file

@ -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.