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 jaredgrubb
Recipients facundobatista, jaredgrubb, mark.dickinson
Date 2008-03-12.01:52:19
SpamBayes Score 0.064656496
Marked as misclassified No
Message-id <1205286741.9.0.954334614963.issue2273@psf.upfronthosting.co.za>
In-reply-to
Content
I ran into this bug because I created a context manager in one of my own
projects, and the regression tests in test_decimal looked like a good
start for my own regression tests... when some recent changes broke MY
code, I found the test bug too and realized that the test_decimal file
had the same problem. So, I figured I'd share the wealth :)
History
Date User Action Args
2008-03-12 01:52:22jaredgrubbsetspambayes_score: 0.0646565 -> 0.064656496
recipients: + jaredgrubb, facundobatista, mark.dickinson
2008-03-12 01:52:21jaredgrubbsetspambayes_score: 0.0646565 -> 0.0646565
messageid: <1205286741.9.0.954334614963.issue2273@psf.upfronthosting.co.za>
2008-03-12 01:52:20jaredgrubblinkissue2273 messages
2008-03-12 01:52:20jaredgrubbcreate