From f7e856ba707b0ebdde90649761fd846163e91d91 Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Mon, 9 Apr 2018 08:30:27 -0700 Subject: Combine history.rst update into one note + add more reasoning --- doc/history.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/history.rst b/doc/history.rst index b0107e0..bafd98b 100644 --- a/doc/history.rst +++ b/doc/history.rst @@ -7,10 +7,10 @@ Releases Version 4.5 ``````````` -* :class:`~.spawn` now has a ``use_poll`` parameter. This allows the use - of select.poll() on fds -* :class:`~.fdspawn` now has a ``use_poll`` paramneter. This allow the use - of select.poll() on fds +* :class:`~.spawn` + `~.fdspawn` now have an ``use_poll`` parameter. + This change allows the use of select.poll() on file descriptors. + It allows for > 1024 file descriptors on the system, and, it is not used by + default due to compatibility concerns and must be explicitly enabled. Version 4.4 ``````````` -- cgit v1.2.1