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 ronaldoussoren
Recipients ajaksu2, christian.heimes, georg.brandl, lebigot, loewis, ronaldoussoren
Date 2009-11-24.16:55:10
SpamBayes Score 0.022547688
Marked as misclassified No
Message-id <1259081716.93.0.507957697484.issue1653416@psf.upfronthosting.co.za>
In-reply-to
Content
<http://www.opengroup.org/onlinepubs/9699919799/functions/printf.html> 
claims fprintf should return a negative value when there is an output 
error (the same claims is in the manpage of fprintf on OSX 10.6).

Neither document refers to the error indicator. I'm afraid Martin is right 
that that the return value of all calls to fprintf (and fwrite) need to be  
explicitly checked, which is a very large patch.
History
Date User Action Args
2009-11-24 16:55:17ronaldoussorensetrecipients: + ronaldoussoren, loewis, georg.brandl, lebigot, christian.heimes, ajaksu2
2009-11-24 16:55:16ronaldoussorensetmessageid: <1259081716.93.0.507957697484.issue1653416@psf.upfronthosting.co.za>
2009-11-24 16:55:11ronaldoussorenlinkissue1653416 messages
2009-11-24 16:55:10ronaldoussorencreate