From: Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) Date: Fri, 3 Jun 2016 00:57:26 +0000 (+0000) Subject: typo fix X-Git-Tag: v3.6.0a2~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aea1650389e65fd4aefaedfa0b779ffc4885d690;p=python typo fix --- diff --git a/Misc/NEWS b/Misc/NEWS index 1a1a8c7873..4220062837 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -22,7 +22,7 @@ Core and Builtins Library ------- -- Issue #25931: Don't defining socketserver.Forking* names on platforms such +- Issue #25931: Don't define socketserver.Forking* names on platforms such as Windows that do not support os.fork(). - Issue #21776: distutils.upload now correctly handles HTTPError.