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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, christian.heimes
Date 2008-03-27.23:24:20
SpamBayes Score 0.2465332
Marked as misclassified No
Message-id <1206660262.5.0.761238436849.issue2495@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, the problem is that untokenize does not put spaces between two
consecutive string literals:

'' '' => ''''

Corrected with r61979.
Will backport
History
Date User Action Args
2008-03-27 23:24:22amaury.forgeotdarcsetspambayes_score: 0.246533 -> 0.2465332
recipients: + amaury.forgeotdarc, christian.heimes
2008-03-27 23:24:22amaury.forgeotdarcsetspambayes_score: 0.246533 -> 0.246533
messageid: <1206660262.5.0.761238436849.issue2495@psf.upfronthosting.co.za>
2008-03-27 23:24:21amaury.forgeotdarclinkissue2495 messages
2008-03-27 23:24:21amaury.forgeotdarccreate