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:43:11
SpamBayes Score 0.0003767833
Marked as misclassified No
Message-id <1235065392.58.0.642759925829.issue5319@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, I should have used the old python print syntax.  Nonetheless, the
behavior is the same:

$ python2.5 -c 'print 1, 2, 3' > /dev/full || echo error status
close failed: [Errno 28] No space left on device
$
History
Date User Action Args
2009-02-19 17:43:12mkcsetrecipients: + mkc
2009-02-19 17:43:12mkcsetmessageid: <1235065392.58.0.642759925829.issue5319@psf.upfronthosting.co.za>
2009-02-19 17:43:11mkclinkissue5319 messages
2009-02-19 17:43:11mkccreate