[New-bugs-announce] [issue12967] AttributeError distutils\log.py
ben
report at bugs.python.org
Tue Sep 13 06:38:10 CEST 2011
New submission from ben <thelen_ben at yahoo.com>:
AttributeErrors on log.py in the distutils directory
import sys
stream = sys.stdout
if stream.errors == 'strict': pass'=> this will raise an AttributeError'
----------
assignee: tarek
components: Distutils
files: log.py
messages: 143949
nosy: Ben.thelen, eric.araujo, tarek
priority: normal
severity: normal
status: open
title: AttributeError distutils\log.py
type: compile error
versions: Python 3.2
Added file: http://bugs.python.org/file23136/log.py
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12967>
_______________________________________
More information about the New-bugs-announce
mailing list