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 eric.araujo
Recipients eric.araujo, loewis, nadeem.vawda, neologix, pitrou, rosslagerwall
Date 2012-03-10.21:39:30
SpamBayes Score 2.886481e-05
Marked as misclassified No
Message-id <1331415570.81.0.366629421273.issue14229@psf.upfronthosting.co.za>
In-reply-to
Content
The Debian bug has some more convincing examples:

> any Python program which is expected to implement the interface of (say) "diff" is buggy, because
> it may exit status 1 ("comparison successful; differences found") when it should have died with
> SIGINT ("comparison not completed due to interrupt signal"); this could in principle cause data loss
> in some applications.
History
Date User Action Args
2012-03-10 21:39:30eric.araujosetrecipients: + eric.araujo, loewis, pitrou, nadeem.vawda, neologix, rosslagerwall
2012-03-10 21:39:30eric.araujosetmessageid: <1331415570.81.0.366629421273.issue14229@psf.upfronthosting.co.za>
2012-03-10 21:39:30eric.araujolinkissue14229 messages
2012-03-10 21:39:30eric.araujocreate