commit | aea1650389e65fd4aefaedfa0b779ffc4885d690 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | Fri Jun 03 00:57:26 2016 +0000 |
committer | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | Fri Jun 03 00:57:26 2016 +0000 |
tree | 642262a866ffea0ab24bb1812c7821a45b874c80 | |
parent | 3498db1f7886b86de8d4b5de7f5ce67fef74141d [diff] |
typo fix
diff --git a/Misc/NEWS b/Misc/NEWS index 1a1a8c7..4220062 100644 --- 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.