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 christian.heimes, tarek
Date 2009-02-16.12:30:31
SpamBayes Score 0.0015939425
Marked as misclassified No
Message-id <1234787434.84.0.76597633932.issue3992@psf.upfronthosting.co.za>
In-reply-to
Content
Right now Distutils has also two warn styles:

- log.warn, that uses a pseudo-logging warning and push
  it to stdout depending on the treshold level  

- cmd.warn, that push the message directly to sys.stderr

So this has to be changed as well
History
Date User Action Args
2009-02-16 12:30:35tareksetrecipients: + tarek, christian.heimes
2009-02-16 12:30:34tareksetmessageid: <1234787434.84.0.76597633932.issue3992@psf.upfronthosting.co.za>
2009-02-16 12:30:31tareklinkissue3992 messages
2009-02-16 12:30:31tarekcreate