diff options
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |