projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6604b3
)
Note about rexec.py and Bastion.py. This requires doc changes and
author
Guido van Rossum
<guido@python.org>
Tue, 7 Jan 2003 23:03:05 +0000
(23:03 +0000)
committer
Guido van Rossum
<guido@python.org>
Tue, 7 Jan 2003 23:03:05 +0000
(23:03 +0000)
whatsnew updates as well.
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index bb7bfa0cc0a5310a5bf974c6493f6645f4ed67b7..4b80b62669d127b4c4a57ba4097e05e833459de2 100644
(file)
--- 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.