diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-16 06:33:21 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-16 06:33:21 (GMT) |
commit | f0e2c07a746b726bc40952efde0400378a000c6c (patch) | |
tree | cff5f12371d4c918d18c05d51971708cd213403b /Lib/sre.py | |
parent | f521de6efcf6532f89dc688e634a7fedac3d5f29 (diff) | |
download | cpython-f0e2c07a746b726bc40952efde0400378a000c6c.zip cpython-f0e2c07a746b726bc40952efde0400378a000c6c.tar.gz cpython-f0e2c07a746b726bc40952efde0400378a000c6c.tar.bz2 |
Spel compatibility write.
Diffstat (limited to 'Lib/sre.py')
-rw-r--r-- | Lib/sre.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. """ |