commit | f0e2c07a746b726bc40952efde0400378a000c6c | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Thu Mar 16 06:33:21 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Thu Mar 16 06:33:21 2006 +0000 |
tree | cff5f12371d4c918d18c05d51971708cd213403b | |
parent | f521de6efcf6532f89dc688e634a7fedac3d5f29 [diff] |
Spel compatibility write.
diff --git a/Lib/sre.py b/Lib/sre.py index 8d36b14..390094a 100644 --- a/Lib/sre.py +++ b/Lib/sre.py
@@ -1,4 +1,4 @@ -"""This file is only retained for backwards compatability. +"""This file is only retained for backwards compatibility. It will be removed in the future. sre was moved to re in version 2.5. """