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 BreamoreBoy, ezio.melotti, l0nwlf, lemburg, loewis, mrabarnett, nathanlmiles, rsc, terry.reedy, timehorse, vstinner
Date 2013-05-28.16:51:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369759911.45.0.725849062938.issue1693050@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure what you're saying.

The re module in Python 3.3 matches only the first codepoint, treating the second codepoint as not part of a word, whereas the regex module matches all 6 codepoints, treating them all as part of a single word.
History
Date User Action Args
2013-05-28 16:51:51mrabarnettsetrecipients: + mrabarnett, lemburg, loewis, terry.reedy, vstinner, nathanlmiles, rsc, timehorse, ezio.melotti, l0nwlf, BreamoreBoy
2013-05-28 16:51:51mrabarnettsetmessageid: <1369759911.45.0.725849062938.issue1693050@psf.upfronthosting.co.za>
2013-05-28 16:51:51mrabarnettlinkissue1693050 messages
2013-05-28 16:51:51mrabarnettcreate