(backport from rev. 51785)
To use, simply 'import logging' and log away!
"""
-import sys, logging, logging.handlers, string, socket, struct, os, traceback
+import sys, logging, logging.handlers, string, socket, struct, os, traceback, types
try:
import thread
Core and builtins
-----------------
+- Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack.
+ Also make sure that every exception class has __module__ set to
+ 'exceptions'.
+
- Overflow checking code in integer division ran afoul of new gcc
optimizations. Changed to be more standard-conforming.
Library
-------
+- Fix missing import of the types module in logging.config.
+
- Bug #1112549, DoS attack on cgi.FieldStorage.
- Bug #1257728: Complain about missing VS 2003 in the error message