Logging module is now thread-safe.

This commit is contained in:
Dominik Picheta
2015-01-25 17:02:37 +00:00
parent 67e489d4e5
commit defaf5d400
2 changed files with 30 additions and 10 deletions

View File

@@ -16,7 +16,9 @@ News
- Tuple field names are not ignored anymore, this caused too many problems
in practice so now the behaviour as it was for version 0.9.6: If field
names exist for the tuple type, they are checked.
- ``logging.level`` and ``logging.handlers`` are no longer exported.
``addHandler``, ``getHandlers``, ``setLogFilter`` and ``getLogFilter``
should be used instead.
Language Additions
------------------