Commit 47000605 authored by Vinay Sajip's avatar Vinay Sajip

Updated to include news on recent logging fixes and documentation changes.

parent af7f4f11
......@@ -369,6 +369,17 @@ Core and builtins
Library
-------
- #1836: fix an off-by-one bug in TimedRotatingHandler's rollover
time calculation.
- #1021: fix a bug to allow basicConfig to accept NOTSET as a level.
- #932563: add LoggerAdapter convenience class to make it easier to add
contextual information in logging output.
- #1760556: fix a bug to avoid FileHandler throwing an exception in
flush().
- Bug #1530959: distutils' build command now uses different build directory
when building extension modules against versions of Python compiled
with ``--with-pydebug``.
......@@ -1283,6 +1294,12 @@ Tools
Documentation
-------------
- Bug #932563: Added section on getting contextual information into logging
output, and added documentation for the new LoggerAdapter class.
- Bug #1295: Added information about caching of formatted exception
information in the LogRecord by Formatter.format().
- Bug #1637365: add subsection about "__name__ == __main__" to the
Python tutorial.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment