This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tarek
Recipients tarek
Date 2008-09-28.23:40:53
SpamBayes Score 1.8293152e-07
Marked as misclassified No
Message-id <1222645256.9.0.167855735394.issue3992@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2008-09-28 23:40:56tareksetrecipients: + tarek
2008-09-28 23:40:56tareksetmessageid: <1222645256.9.0.167855735394.issue3992@psf.upfronthosting.co.za>
2008-09-28 23:40:55tareklinkissue3992 messages
2008-09-28 23:40:55tarekcreate