]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
logging: don't define QueueListener if Python has no thread support
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 2 May 2011 14:11:28 +0000 (16:11 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 2 May 2011 14:11:28 +0000 (16:11 +0200)
commitcafa2efedbaa4e0d4023e1cde48fc8f58d1a44cb
treecc6f9c4fe0df3fc7cd97ab4e3bb0772ac9fcc725
parentb912c5a004068e472b1b46fad68445e70934e280
logging: don't define QueueListener if Python has no thread support
Lib/logging/handlers.py
Lib/test/test_logging.py
Misc/NEWS