[ python-Feature Requests-1674315 ] funcName and module incorrectly reported in logging
SourceForge.net
noreply at sourceforge.net
Mon Mar 5 22:45:01 CET 2007
Feature Requests item #1674315, was opened at 2007-03-05 19:31
Message generated for change (Comment added) made by gbrandl
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1674315&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Michael Garvin (wraithgar)
Assigned to: Nobody/Anonymous (nobody)
Summary: funcName and module incorrectly reported in logging
Initial Comment:
When using logging.log, the funcName is always reported as _log, and the module is always reported as __init__
This is using python2.5
----------------------------------------------------------------------
>Comment By: Georg Brandl (gbrandl)
Date: 2007-03-05 21:45
Message:
Logged In: YES
user_id=849994
Originator: NO
Closing here then, you may want to file a bug (or search if someone else
already did) in Debian's tracker.
----------------------------------------------------------------------
Comment By: Michael Garvin (wraithgar)
Date: 2007-03-05 20:28
Message:
Logged In: YES
user_id=725363
Originator: YES
this appears to be a dirty logging/__init__.pyc file in the debian
package. Removing that file fixes this problem.
----------------------------------------------------------------------
Comment By: Michael Garvin (wraithgar)
Date: 2007-03-05 19:58
Message:
Logged In: YES
user_id=725363
Originator: YES
info from logging/__init.py file being used:
__author__ = "Vinay Sajip <vinay_sajip at red-dove.com>"
__status__ = "production"
__version__ = "0.4.9.9"
__date__ = "06 February 2006"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1674315&group_id=5470
More information about the Python-bugs-list
mailing list