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 mkc
Recipients mkc
Date 2009-02-19.17:45:13
SpamBayes Score 7.143649e-06
Marked as misclassified No
Message-id <1235065515.6.0.55320178575.issue5320@psf.upfronthosting.co.za>
In-reply-to
Content
$ python2.6 -c 'print 1, 2, 3' > /dev/full || echo error status
close failed in file object destructor:
Error in sys.excepthook:

Original exception was:
$

It seems like something other than blank lines should be printed here.
History
Date User Action Args
2009-02-19 17:45:15mkcsetrecipients: + mkc
2009-02-19 17:45:15mkcsetmessageid: <1235065515.6.0.55320178575.issue5320@psf.upfronthosting.co.za>
2009-02-19 17:45:14mkclinkissue5320 messages
2009-02-19 17:45:13mkccreate