summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-01-07 23:03:05 (GMT)
committerGuido van Rossum <guido@python.org>2003-01-07 23:03:05 (GMT)
commitcd0c047619b1965954b3699243acfc492cad6854 (patch)
tree1d639e81f7870e5d031e6627461f8404b9db034a /Misc
parentb6604b3e690176623a75ad3fc483e0e4cb515bc3 (diff)
downloadcpython-cd0c047619b1965954b3699243acfc492cad6854.zip
cpython-cd0c047619b1965954b3699243acfc492cad6854.tar.gz
cpython-cd0c047619b1965954b3699243acfc492cad6854.tar.bz2
Note about rexec.py and Bastion.py. This requires doc changes and
whatsnew updates as well.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bb7bfa0..4b80b62 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.