Note about rexec.py and Bastion.py. This requires doc changes and

whatsnew updates as well.
This commit is contained in:
Guido van Rossum 2003-01-07 23:03:05 +00:00
parent b6604b3e69
commit cd0c047619
1 changed files with 3 additions and 0 deletions

View File

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