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 mrabarnett
Recipients akitada, akuchling, amaury.forgeotdarc, brian.curtin, collinwinter, ezio.melotti, georg.brandl, gregory.p.smith, jaylogan, jhalcrow, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, r.david.murray, rsc, sjmachin, timehorse, vbr
Date 2010-07-26.18:32:58
SpamBayes Score 0.0006446096
Marked as misclassified No
Message-id <1280169180.57.0.102434967347.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
That's a possibility.

I must admit that I don't entirely understand it enough to implement it (the OP said "I don't believe that the algorithm for this is a
whole lot more complicated"), and I don't have a need for it myself, but if someone would like to provide some code for it, even if it's in the form of a function written in Python:

    def at_default_word_boundary(text, pos):
        ...

then I'll see what I can do! :-)
History
Date User Action Args
2010-07-26 18:33:00mrabarnettsetrecipients: + mrabarnett, loewis, akuchling, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, vbr, ezio.melotti, jaylogan, akitada, moreati, r.david.murray, brian.curtin, jhalcrow
2010-07-26 18:33:00mrabarnettsetmessageid: <1280169180.57.0.102434967347.issue2636@psf.upfronthosting.co.za>
2010-07-26 18:32:58mrabarnettlinkissue2636 messages
2010-07-26 18:32:58mrabarnettcreate