[issue3992] removed custom log from distutils

Tarek Ziadé report at bugs.python.org
Mon Feb 16 13:30:34 CET 2009


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

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

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


More information about the Python-bugs-list mailing list