From: Yury Selivanov Date: Wed, 5 Oct 2016 21:50:19 +0000 (-0400) Subject: Merge 3.6 (issue #28369) X-Git-Tag: v3.7.0a1~2298 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb6cb20c1b831b8aa824bdc9ff91a277e561f955;p=thirdparty%2FPython%2Fcpython.git Merge 3.6 (issue #28369) --- eb6cb20c1b831b8aa824bdc9ff91a277e561f955 diff --cc Misc/NEWS index d5e50f07f6be,cdd68f6913e7..17ae6eaf0a30 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -172,12 -163,13 +172,15 @@@ 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. + - Issue #28369: Raise RuntimeError when transport's FD is used with + add_reader, add_writer, etc. + Windows -------