From: Yury Selivanov Date: Wed, 5 Oct 2016 21:02:07 +0000 (-0400) Subject: Merge 3.6 (issue #28368) X-Git-Tag: v3.7.0a1~2299 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb9c5186b6d4fcc6108db4678fb6cd815de496ce;p=thirdparty%2FPython%2Fcpython.git Merge 3.6 (issue #28368) --- fb9c5186b6d4fcc6108db4678fb6cd815de496ce diff --cc Misc/NEWS index 7f2ce9c94529,3ee45d00692c..d5e50f07f6be --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -172,8 -163,10 +172,12 @@@ Librar - Issue #27759: Fix selectors incorrectly retain invalid file descriptors. Patch by Mark Williams. -- Issue #28368: Refuse monitoring processes if the child watcher has no - loop attached. +- Issue #28325: Remove vestigal MacOS 9 macurl2path module and its tests. + ++- Issue #28368: Refuse monitoring processes if the child watcher has ++ no loop attached. + Patch by Vincent Michel. + Windows -------