commit | 16628c970961f754659accbd72dc8c7633b37591 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Oct 04 22:46:41 2001 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Oct 04 22:46:41 2001 +0000 |
tree | 752b75a925b0572721696b83623dc7dc45c45a98 | |
parent | 244edc89852ef4c0338438e94c7f3801f289f83e [diff] [blame] |
Document addition of chroot.
diff --git a/Misc/NEWS b/Misc/NEWS index 726cc05..0e312c1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,8 @@ - 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