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 gvanrossum
Recipients christian.heimes, gvanrossum, nnorwitz
Date 2007-10-26.17:21:44
SpamBayes Score 0.02936255
Marked as misclassified No
Message-id <1193419305.08.0.425277196991.issue1330@psf.upfronthosting.co.za>
In-reply-to
Content
Committed revision 58673.

I made one change, hopefully I didn't screw it up: skip the positional
restore if the truncation itself failed.  Otherwise the positional
restore might overwrite the error from the truncation.  After an error
from this function they shouldn't make any assumptions about the
position anyway!
History
Date User Action Args
2007-10-26 17:21:45gvanrossumsetspambayes_score: 0.0293626 -> 0.02936255
recipients: + gvanrossum, nnorwitz, christian.heimes
2007-10-26 17:21:45gvanrossumsetspambayes_score: 0.0293626 -> 0.0293626
messageid: <1193419305.08.0.425277196991.issue1330@psf.upfronthosting.co.za>
2007-10-26 17:21:45gvanrossumlinkissue1330 messages
2007-10-26 17:21:44gvanrossumcreate