commit | cafa2efedbaa4e0d4023e1cde48fc8f58d1a44cb | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon May 02 16:11:28 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon May 02 16:11:28 2011 +0200 |
tree | cc6f9c4fe0df3fc7cd97ab4e3bb0772ac9fcc725 | |
parent | b912c5a004068e472b1b46fad68445e70934e280 [diff] |
logging: don't define QueueListener if Python has no thread support
diff --git a/Misc/NEWS b/Misc/NEWS index 2a50094..8ca2f02 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -79,6 +79,8 @@ Library ------- +- logging: don't define QueueListener if Python has no thread support. + - Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso.