From 16628c970961f754659accbd72dc8c7633b37591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 4 Oct 2001 22:46:41 +0000 Subject: [PATCH] Document addition of chroot. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 726cc050a33..0e312c17c8e 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