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:37:59
SpamBayes Score 2.2005877e-06
Marked as misclassified No
Message-id <1235065081.04.0.732738239861.issue5319@psf.upfronthosting.co.za>
In-reply-to
Content
$ python2.5 -c 'print((1, 2, 3))' > /dev/full || echo error status
close failed: [Errno 28] No space left on device
$

The above sequence should also output 'error status' before the next
prompt.  That is, python should not be returning EXIT_SUCCESS in this
situation.
History
Date User Action Args
2009-02-19 17:38:01mkcsetrecipients: + mkc
2009-02-19 17:38:01mkcsetmessageid: <1235065081.04.0.732738239861.issue5319@psf.upfronthosting.co.za>
2009-02-19 17:38:00mkclinkissue5319 messages
2009-02-19 17:37:59mkccreate