]> granicus.if.org Git - python/commitdiff
Document addition of chroot.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 4 Oct 2001 22:46:41 +0000 (22:46 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 4 Oct 2001 22:46:41 +0000 (22:46 +0000)
Misc/NEWS

index 726cc050a33b054ad8d65a759ec5cd320a7c9a94..0e312c17c8e9d894c44c2428e82397e19cc662de 100644 (file)
--- 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