From: Guido van Rossum Date: Tue, 7 Jan 2003 23:03:05 +0000 (+0000) Subject: Note about rexec.py and Bastion.py. This requires doc changes and X-Git-Tag: v2.3c1~2537 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd0c047619b1965954b3699243acfc492cad6854;p=python Note about rexec.py and Bastion.py. This requires doc changes and whatsnew updates as well. --- diff --git a/Misc/NEWS b/Misc/NEWS index bb7bfa0cc0..4b80b62669 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -65,6 +65,9 @@ Extension modules Library ------- +- Bastion.py and rexec.py are disabled. These modules are not safe in + Python 2.2. or 2.3. + - realpath is now exported when doing from poxixpath import *. It is also exported for ntpath, macpath, and os2emxpath. See SF bug #659228.