commit | e2d827d7ef6cae4932c85e1a00b81ed249fbddeb | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Apr 12 07:01:19 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Apr 12 07:01:19 2007 +0000 |
tree | 010d21aa4a3d173c4ec36ee5dbd14ebd84b7cec7 | |
parent | 4db5fe970c695c373c59ac7152eb07b07249b0b5 [diff] [blame] |
Patch #1698951: clarify deprecation message in rexec and Bastion
diff --git a/Lib/rexec.py b/Lib/rexec.py index d289d6a..8c9cb9f 100644 --- a/Lib/rexec.py +++ b/Lib/rexec.py
@@ -181,7 +181,7 @@ """ - 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: