From: Zachary Ware Date: Mon, 13 Apr 2015 04:24:17 +0000 (-0500) Subject: Fix warning from Sphinx. X-Git-Tag: v3.5.0a4~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c8c32774e8ed8070786368b95e5e7af25ba3dd1;p=python Fix warning from Sphinx. --- diff --git a/Misc/NEWS b/Misc/NEWS index b9864ccbdb..f925f1c210 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -37,7 +37,7 @@ Library - Issue #10838: The subprocess now module includes SubprocessError and TimeoutError in its list of exported names for the users wild enough - to use "from subprocess import *". + to use ``from subprocess import *``. - Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes, ParseResultBytes, and SplitResultBytes to urllib.parse.__all__.