--------------------------------------------------------------------
Secret Labs' Regular Expression Library
--------------------------------------------------------------------

This is the latest version of the SRE regular expression library.
This version can be compiled and used under Python 1.5.2 and later
versions.  To get Unicode support, you need at least Python 1.6.

--------------------------------------------------------------------
Contents

README               this file

sre*.py              python interface files

_sre.c               source code for the SRE core engine
sre.h, sre_constants.h

py15/_sre.pyd        prebuilt engine for Python 1.5.2
py20/_sre.pyd        prebuilt engine driver for Python 2.0

--------------------------------------------------------------------
Copyright (c) 1997-2001 by Secret Labs AB.  All rights reserved.

This version of the SRE library can be redistributed under CNRI's
Python 1.6 license.  For any other use, please contact Secret Labs
AB (info@pythonware.com).

Portions of this engine have been developed in cooperation with
CNRI.  Hewlett-Packard provided funding for 1.6 integration and
other compatibility work.
--------------------------------------------------------------------
