docs: Changelog typo.

issue510
David Wilson 6 years ago
parent d76312d03c
commit 5c5269e147

@ -361,9 +361,9 @@ Core Library
* `#448 <https://github.com/dw/mitogen/issues/448>`_: the import hook * `#448 <https://github.com/dw/mitogen/issues/448>`_: the import hook
implementation now raises :class:`ModuleNotFoundError` instead of implementation now raises :class:`ModuleNotFoundError` instead of
:class:`ImportError` in Python 3.6 and above, to cope with an uncoming :class:`ImportError` in Python 3.6 and above, to cope with an upcoming
version of the :class:`subprocess` module requiring this new subclass in the version of the :mod:`subprocess` module requiring this new subclass to be
middle of a minor Python release series. raised.
* `#453 <https://github.com/dw/mitogen/issues/453>`_: the loggers used in * `#453 <https://github.com/dw/mitogen/issues/453>`_: the loggers used in
children for standard IO redirection have propagation disabled, preventing children for standard IO redirection have propagation disabled, preventing

Loading…
Cancel
Save