[New-bugs-announce] [issue3992] removed custom log from distutils

Tarek Ziadé report at bugs.python.org
Mon Sep 29 01:40:56 CEST 2008


New submission from Tarek Ziadé <ziade.tarek at gmail.com>:

This patch removes the custom log implementation from distutils.

It keeps the compatibility with the previous logger and its specific
CONSTANTE names. It add a sys.stdout stream handler so it produces the
same output.

It is based on logging now, and a logger for distutils is created
at the root of the package.

The patch does not introduce any deprecation warning though, on
distutils.log usage, but maybe that could be a good idea, so the people
that use distutils.log know they should use distutils.logger.
(I don't know how the deprecation process works in Python)

----------
components: Distutils
files: remove-custom-log.diff
keywords: patch
messages: 73997
nosy: tarek
severity: normal
status: open
title: removed custom log from distutils
versions: Python 2.6
Added file: http://bugs.python.org/file11650/remove-custom-log.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3992>
_______________________________________


More information about the New-bugs-announce mailing list