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 BreamoreBoy
Recipients BreamoreBoy, Jimbofbx, r.david.murray
Date 2014-07-15.19:34:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405452884.06.0.578336876574.issue12020@psf.upfronthosting.co.za>
In-reply-to
Content
With 3.4.1 and similarly with 3.5.0a0 I get

Testing python 3.4
C:\python34\python.exe: can't open file 'attributeError.py': [Errno 2] No such file or directory
Traceback (most recent call last):
  File "C:\Users\Mark\MyPython\mytest.py", line 34, in <module>
    output = subprocess.check_output("%s %s -output" % (python34loc, myname));
  File "c:\python34\lib\subprocess.py", line 620, in check_output
    raise CalledProcessError(retcode, process.args, output=output)
subprocess.CalledProcessError: Command 'C:\python34\python.exe attributeError.py -output' returned non-zero exit status 2
Exception ignored in: <__main__.FlushFile object at 0x015E3EB0>
AttributeError: 'FlushFile' object has no attribute 'flush'
History
Date User Action Args
2014-07-15 19:34:44BreamoreBoysetrecipients: + BreamoreBoy, r.david.murray, Jimbofbx
2014-07-15 19:34:44BreamoreBoysetmessageid: <1405452884.06.0.578336876574.issue12020@psf.upfronthosting.co.za>
2014-07-15 19:34:44BreamoreBoylinkissue12020 messages
2014-07-15 19:34:43BreamoreBoycreate