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-16.07:45:56
SpamBayes Score 0.0020469709
Marked as misclassified No
Message-id <1316159151.49044.YahooMailNeo@web45816.mail.sp1.yahoo.com>
In-reply-to <1316098458.44.0.608490404504.issue12967@psf.upfronthosting.co.za>
Content
Hi Eric,
 
I'm not suggesting that python does not test the applications. just reporting what I experience.
The python version installed is r32:88445
 
What I did, I opened the setup file (in IDLE) from the distribute 0.6.21 and run this.
 
On my python 3.2 version (clean without extentions). when I type in (on the command line)
 
>>>import sys
>>>sys.stdout.error
'strict'
 
However on the IDLE when I do the same.
a AttributeError is being raised.
 
Not sure why the difference between the two (I thought these were the same).
 
Ben

From: Éric Araujo <report@bugs.python.org>
To: thelen_ben@yahoo.com
Sent: Thursday, 15 September 2011 10:54 PM
Subject: [issue12967] AttributeError distutils\log.py

Éric Araujo <merwok@netwok.org> added the comment:

How?  Please tell exactly what command you ran with what Python version.

It does, in 3.x.  Do you think Python has no tests or no users? :)

----------
assignee: tarek -> eric.araujo

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue12967>
_______________________________________
Files
File name Uploaded
unnamed Ben.thelen, 2011-09-16.07:45:54
History
Date User Action Args
2011-09-16 07:45:57Ben.thelensetrecipients: + Ben.thelen, tarek, eric.araujo
2011-09-16 07:45:56Ben.thelenlinkissue12967 messages
2011-09-16 07:45:56Ben.thelencreate