https://hg.python.org/cpython/rev/9c8be3b89964 changeset: 101634:9c8be3b89964 user: Gregory P. Smith <greg at krypto.org> [Google Inc.] date: Fri Jun 03 00:57:26 2016 +0000 summary: typo fix files: Misc/NEWS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -22,7 +22,7 @@ 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. -- Repository URL: https://hg.python.org/cpython