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 Ben.thelen
Recipients Ben.thelen, eric.araujo, tarek
Date 2011-09-13.04:38:09
SpamBayes Score 0.006168153
Marked as misclassified No
Message-id <1315888690.96.0.966369051182.issue12967@psf.upfronthosting.co.za>
In-reply-to
Content
AttributeErrors on log.py in the distutils directory

import sys
stream = sys.stdout
if stream.errors == 'strict': pass'=> this will raise an AttributeError'
History
Date User Action Args
2011-09-13 04:38:11Ben.thelensetrecipients: + Ben.thelen, tarek, eric.araujo
2011-09-13 04:38:10Ben.thelensetmessageid: <1315888690.96.0.966369051182.issue12967@psf.upfronthosting.co.za>
2011-09-13 04:38:10Ben.thelenlinkissue12967 messages
2011-09-13 04:38:10Ben.thelencreate