]> granicus.if.org Git - python/commit
SF patch #761519: Fixes for bugs 760703 and 757821
authorRaymond Hettinger <python@rcn.com>
Fri, 27 Jun 2003 21:43:39 +0000 (21:43 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 27 Jun 2003 21:43:39 +0000 (21:43 +0000)
commit6f3eaa67e51ed0c1b493a26afdf4417d4105d96d
tree86c1169f5ae3995f8df6ecf137763f4469d7fcb1
parent6ebe61fa807d250ccab419473abd8d746a932e75
SF patch #761519: Fixes for bugs 760703 and 757821
SF bug #760703: SocketHandler and LogRecord don't work well together
SF bug #757821: logging module docs

Applied Vinay Sajip's patch with a few minor fixups and a NEWS item.

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).
Doc/lib/liblogging.tex
Lib/logging/__init__.py
Lib/logging/handlers.py
Lib/test/test_logging.py
Misc/NEWS