Document addition of chroot.

This commit is contained in:
Martin v. Löwis 2001-10-04 22:46:41 +00:00
parent 244edc8985
commit 16628c9709

View file

@ -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