diff options
author | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | 2016-06-03 00:13:36 (GMT) |
---|---|---|
committer | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | 2016-06-03 00:13:36 (GMT) |
commit | cef1f83c717d103575ab525040926db759d70d22 (patch) | |
tree | 029e5228009a86b9f9b4908faebf89fff9e26428 /Misc | |
parent | 3bad04ca62bba6d2a83f1c1f42d8840103aef015 (diff) | |
download | cpython-cef1f83c717d103575ab525040926db759d70d22.zip cpython-cef1f83c717d103575ab525040926db759d70d22.tar.gz cpython-cef1f83c717d103575ab525040926db759d70d22.tar.bz2 |
Issue #25931: Don't defining socketserver.Forking* names on platforms such
as Windows that do not support os.fork().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ Core and Builtins Library ------- +- Issue #25931: Don't defining socketserver.Forking* names on platforms such + as Windows that do not support os.fork(). + - Issue #21776: distutils.upload now correctly handles HTTPError. Initial patch by Claudiu Popa. |