summaryrefslogtreecommitdiff
path: root/Lib/rexec.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-04-21 07:23:36 +0000
committerGeorg Brandl <georg@python.org>2007-04-21 07:23:36 +0000
commit6cf5abfd66ea1b01e5bed6f43bddce684ff5df87 (patch)
treee84fcc735e3719229bde7f672742d2e3746c722d /Lib/rexec.py
parent1dfa8ac6f12a9ebffd7839f0b9b97b170b794b89 (diff)
downloadcpython-git-6cf5abfd66ea1b01e5bed6f43bddce684ff5df87.tar.gz
Backport r54787 - better error messages in rexec and bastion
Diffstat (limited to 'Lib/rexec.py')
-rw-r--r--Lib/rexec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/rexec.py b/Lib/rexec.py
index d289d6aa1e..8c9cb9f1e5 100644
--- a/Lib/rexec.py
+++ b/Lib/rexec.py
@@ -181,7 +181,7 @@ class RExec(ihooks._Verbose):
"""
- raise RuntimeError, "This code is not secure in Python 2.2 and 2.3"
+ raise RuntimeError, "This code is not secure in Python 2.2 and later"
ihooks._Verbose.__init__(self, verbose)
# XXX There's a circular reference here: