From: Neal Norwitz Date: Thu, 16 Mar 2006 06:33:21 +0000 (+0000) Subject: Spel compatibility write. X-Git-Tag: v2.5a0~221 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0e2c07a746b726bc40952efde0400378a000c6c;p=thirdparty%2FPython%2Fcpython.git Spel compatibility write. --- diff --git a/Lib/sre.py b/Lib/sre.py index 8d36b14d9657..390094aaa68b 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. """