From: Martin v. Löwis Date: Thu, 4 Oct 2001 22:46:41 +0000 (+0000) Subject: Document addition of chroot. X-Git-Tag: v2.2.1c1~1449 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16628c970961f754659accbd72dc8c7633b37591;p=python Document addition of chroot. --- diff --git a/Misc/NEWS b/Misc/NEWS index 726cc050a3..0e312c17c8 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