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 christian.heimes
Recipients Rhamphoryncus, benjamin.peterson, christian.heimes, exarkun, rhettinger, theller
Date 2008-01-26.22:27:34
SpamBayes Score 0.030017499
Marked as misclassified No
Message-id <479BB3D4.8000706@cheimes.de>
In-reply-to <1201385121.69.0.488715521195.issue1941@psf.upfronthosting.co.za>
Content
Benjamin Peterson wrote:
> Sorry, but what does that mean? All tests are passing with the changes.

Tests aren't a proof for correctness. A failing test proofs either an
error in the implementation or in the test suite. The reverse "all tests
are passing => everything is fine" is not a valid assumption.

Every change must be carefully studied. with open(name) as fp is fine in
almost every case but other cases may not.
History
Date User Action Args
2008-01-26 22:27:35christian.heimessetspambayes_score: 0.0300175 -> 0.030017499
recipients: + christian.heimes, theller, rhettinger, exarkun, Rhamphoryncus, benjamin.peterson
2008-01-26 22:27:34christian.heimeslinkissue1941 messages
2008-01-26 22:27:34christian.heimescreate