*Implementation note:* The `re' module has two distinct
implementations: `sre' is the default implementation and includes
Unicode support, but may run into stack limitations for some
patterns. Though this will be fixed for a future release of
Python, the older implementation (without Unicode support) is
still available as the `pre' module.
John Hunter