Author tarek
Recipients akitada, cavallo71, christian.heimes, tarek
Date 2009-05-07.23:21:29
SpamBayes Score 3.66718e-05
Marked as misclassified No
Message-id <1241738492.35.0.0470451170652.issue3992@psf.upfronthosting.co.za>
In-reply-to
Content
> I removed the _global_logger/logger variables, because they're
> superfluous

Yes but by adding "log" instead, and removing "log = _global_log.log"
you are breaking Distutils because its uses "log.log"

Besides, the rest seem OK.

I'll work on your patch, and add a few tests with it and let you know
when it's up, thanks !
History
Date User Action Args
2009-05-07 23:21:32tareksetrecipients: + tarek, christian.heimes, akitada, cavallo71
2009-05-07 23:21:32tareksetmessageid: <1241738492.35.0.0470451170652.issue3992@psf.upfronthosting.co.za>
2009-05-07 23:21:30tareklinkissue3992 messages
2009-05-07 23:21:29tarekcreate