diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-07-13 11:28:25 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-07-13 11:28:25 (GMT) |
commit | d4fabf410dd1675e25db6d49d3d84336f59b620c (patch) | |
tree | b0b10c823d1038edf64482f90616b414ab112ca7 /Misc/NEWS | |
parent | f67367e28bc8665e518b8588b3ad90ea7950965d (diff) | |
download | cpython-d4fabf410dd1675e25db6d49d3d84336f59b620c.zip cpython-d4fabf410dd1675e25db6d49d3d84336f59b620c.tar.gz cpython-d4fabf410dd1675e25db6d49d3d84336f59b620c.tar.bz2 |
Issue #6314: logging: Extra checks on the "level" argument.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -90,8 +90,7 @@ Core and Builtins Library ------- -- Issue #6314: logging.basicConfig() performs extra checks on the "level" - argument. +- Issue #6314: logging: performs extra checks on the "level" argument. - Issue #6274: Fixed possible file descriptors leak in subprocess.py @@ -133,7 +132,7 @@ Library ------- - Issue #6438: Fixed distutils.cygwinccompiler.get_versions : the regular - expression string pattern was trying to match against a bytes returned by + expression string pattern was trying to match against a bytes returned by Popen. Tested under win32 to build the py-postgresql project. - Issue #6258: Support AMD64 in bdist_msi. @@ -892,22 +891,22 @@ Core and Builtins Library ------- -- Issue #6459: distutils.command.build_ext.get_export_symbols now uses the - "PyInit" prefix, rather than "init". +- Issue #6459: distutils.command.build_ext.get_export_symbols now uses the + "PyInit" prefix, rather than "init". -- Issue #6455: Fixed test_build_ext under win32. +- Issue #6455: Fixed test_build_ext under win32. -- Issue #6377: Enabled the compiler option, and deprecate its usage as an +- Issue #6377: Enabled the compiler option, and deprecate its usage as an attribute. - Issue #6413: Fixed the log level in distutils.dist for announce. - Issue #6403: Fixed package path usage in build_ext. -- Issue #6365: Distutils build_ext inplace mode was copying the compiled +- Issue #6365: Distutils build_ext inplace mode was copying the compiled extension in a subdirectory if the extension name had dots. -- Issue #6164: Added an AIX specific linker argument in Distutils +- Issue #6164: Added an AIX specific linker argument in Distutils unixcompiler. Original patch by Sridhar Ratnakumar. - Issue #6286: Now Distutils upload command is based on urllib2 instead of |