diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-06-21 17:46:49 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-06-21 17:46:49 (GMT) |
commit | 0f6eac2ad209157444e30f01dfd53f084332e3d8 (patch) | |
tree | c567014bf351c46280badd18315d46dc05f54a99 /Misc/NEWS | |
parent | 2a998fabec10f4b0dad9e94d781fead870053105 (diff) | |
download | cpython-0f6eac2ad209157444e30f01dfd53f084332e3d8.zip cpython-0f6eac2ad209157444e30f01dfd53f084332e3d8.tar.gz cpython-0f6eac2ad209157444e30f01dfd53f084332e3d8.tar.bz2 |
Issue #6314: logging.basicConfig() performs extra checks on the "level" argument.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -15,12 +15,15 @@ Core and Builtins Library ------- +- Issue #6314: logging.basicConfig() performs extra checks on the "level" + argument. + - Issue #6274: Fixed possible file descriptors leak in subprocess.py - Accessing io.StringIO.buffer now raises an AttributeError instead of io.UnsupportedOperation. -- Issue #6271: mmap tried to close invalid file handle (-1) when annonymous. +- Issue #6271: mmap tried to close invalid file handle (-1) when anonymous. (On Unix) |