From 863e1aedd687d84241fa596536784343280cdbbd Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 10 Dec 2018 02:29:53 +0000 Subject: [PATCH] docs: fix Changelog bug link --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0fd257ea..34368652 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -269,7 +269,7 @@ Core Library execution of its :keyword:`finally` block was delayed on Python 3. Now callers explicitly close the generator when finished. -* `#421 `_: the fork method could +* `#422 `_: the fork method could fail to start if :data:`sys.stdout` was opened in block buffered mode, and buffered data was pending in the parent prior to fork.