[Patches] [ python-Patches-761519 ] Fixes for bugs 760703 and 757821

SourceForge.net noreply@sourceforge.net
Fri, 27 Jun 2003 14:46:06 -0700


Patches item #761519, was opened at 2003-06-26 17:53
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=761519&group_id=5470

Category: Library (Lib)
Group: Python 2.3
>Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Vinay Sajip (vsajip)
Assigned to: Raymond Hettinger (rhettinger)
Summary: Fixes for bugs 760703 and 757821

Initial Comment:
Patched __init__.py - added new function 
makeLogRecord (for bug report 760703).

Patched handlers.py - updated some docstrings and 
deleted some old commented-out code.

Patched test_logging.py to make use of makeLogRecord.

Patched liblogging.tex to fill documentation gaps (both 
760703 and bug 757821).

test_logging runs OK after these changes - on my 
system, anyway :-)


----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2003-06-27 16:46

Message:
Logged In: YES 
user_id=80475

Applied patch with some minor fixups and a NEWS item.

See:
/cvsroot/python/python/dist/src/Misc/NEWS 1.791
/cvsroot/python/python/dist/src/Doc/lib/liblogging.tex 1.9
/cvsroot/python/python/dist/src/Lib/logging/__init__.py 1.11
/cvsroot/python/python/dist/src/Lib/logging/handlers.py 1.7
/cvsroot/python/python/dist/src/Lib/test/test_logging.py 1.9

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=761519&group_id=5470