[Python-Dev] distutils & stderr
Guido van Rossum
guido@python.org
Fri, 01 Feb 2002 15:09:16 -0500
Fri, 01 Feb 2002 15:09:16 -0500
- Previous message: [Python-Dev] distutils & stderr
- Next message: [Python-Dev] distutils & stderr
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> >> - quiet, only tells you about errors > > And only to stderr, assuming stderr is available. (Can this be > detected on Windows?) Depends on what you call available. sys.stderr should always exist. > If you log messages to stdout, scripts that use distutils can't > be used as filters. IMO it would be better if there was a way to give distutils a file where to send output. --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] distutils & stderr
- Next message: [Python-Dev] distutils & stderr
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]