[Python-checkins] python/dist/src/Misc NEWS,1.605,1.606

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Tue, 07 Jan 2003 15:04:02 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv22559

Modified Files:
	NEWS 
Log Message:
Note about rexec.py and Bastion.py.  This requires doc changes and
whatsnew updates as well.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.605
retrieving revision 1.606
diff -C2 -d -r1.605 -r1.606
*** NEWS	7 Jan 2003 20:55:26 -0000	1.605
--- NEWS	7 Jan 2003 23:03:05 -0000	1.606
***************
*** 66,69 ****
--- 66,72 ----
  -------
  
+ - 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.