summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-10-04 22:46:41 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-10-04 22:46:41 (GMT)
commit16628c970961f754659accbd72dc8c7633b37591 (patch)
tree752b75a925b0572721696b83623dc7dc45c45a98 /Misc
parent244edc89852ef4c0338438e94c7f3801f289f83e (diff)
downloadcpython-16628c970961f754659accbd72dc8c7633b37591.zip
cpython-16628c970961f754659accbd72dc8c7633b37591.tar.gz
cpython-16628c970961f754659accbd72dc8c7633b37591.tar.bz2
Document addition of chroot.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 726cc05..0e312c1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,8 @@ Core
- readline now supports setting the startup_hook and the pre_event_hook.
+- posix supports chroot where available.
+
Library
- doctest now excludes functions and classes not defined by the module