[Python-checkins] python/dist/src/Doc/lib libre.tex,1.86,1.87

Skip Montanaro skip@pobox.com
Fri, 6 Sep 2002 10:17:00 -0500


    Sjoerd> Didn't /F say that \b represent a boundary between \w and \W?

I think he said it was implemented in terms of \w and \W.  Christopher
Craig's test demonstrated that only alphanumerics and underscores are
considered word characters.

Skip