From: Victor Stinner Date: Fri, 18 Jul 2014 10:47:14 +0000 (+0200) Subject: (Merge 3.4) Fix asyncio.__all__: export also unix_events and windows_events X-Git-Tag: v3.5.0a1~1259 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=457b9a689b91112d2a79707f1948bea63c430150;p=thirdparty%2FPython%2Fcpython.git (Merge 3.4) Fix asyncio.__all__: export also unix_events and windows_events symbols For example, on Windows, it was not possible to get ProactorEventLoop or DefaultEventLoopPolicy using "from asyncio import *". --- 457b9a689b91112d2a79707f1948bea63c430150