No subject


Sun Nov 12 08:01:13 CET 2006


   *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





More information about the Python-list mailing list