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 beda, gvanrossum
Date 2007-09-10.18:42:54
SpamBayes Score 0.10035173
Marked as misclassified No
Message-id <1189449774.84.0.183059986646.issue1140@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, it already implements the best possible rules, *except* for
the special case of an empty 3rd argument.  (When there are no
substitutions, it normally returns the input unchanged; but somehow an
empty input is handled with a shortcut even before that point.  It ought
to be a simlpe fix.
History
Date User Action Args
2007-09-10 18:42:55gvanrossumsetspambayes_score: 0.100352 -> 0.10035173
recipients: + gvanrossum, beda
2007-09-10 18:42:54gvanrossumsetspambayes_score: 0.100352 -> 0.100352
messageid: <1189449774.84.0.183059986646.issue1140@psf.upfronthosting.co.za>
2007-09-10 18:42:54gvanrossumlinkissue1140 messages
2007-09-10 18:42:54gvanrossumcreate