Patch #1698951: clarify deprecation message in rexec and Bastion

This commit is contained in:
Georg Brandl 2007-04-12 07:01:19 +00:00
parent 4db5fe970c
commit e2d827d7ef
2 changed files with 2 additions and 2 deletions

View file

@ -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: