diff options
author | INADA Naoki <songofacandy@gmail.com> | 2016-10-15 06:39:19 (GMT) |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2016-10-15 06:39:19 (GMT) |
commit | 9f2ce2548107eedaf0970546a508c33d24920622 (patch) | |
tree | 2a410ccb15a3acb857985a3ce15e71fc7bdc3cda /Modules/Setup.dist | |
parent | 479eb760f4dd5ae5cfc5ccf8a361cdea3d48624a (diff) | |
download | cpython-9f2ce2548107eedaf0970546a508c33d24920622.zip cpython-9f2ce2548107eedaf0970546a508c33d24920622.tar.gz cpython-9f2ce2548107eedaf0970546a508c33d24920622.tar.bz2 |
Issue #28428: Rename _futures module to _asyncio.
It will have more speedup functions or classes other than asyncio.Future.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 3211bef..8b87fc8 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -181,7 +181,7 @@ _symtable symtablemodule.c #_datetime _datetimemodule.c # datetime accelerator #_bisect _bisectmodule.c # Bisection algorithms #_heapq _heapqmodule.c # Heap queue algorithm -#_futures _futuresmodule.c # Fast asyncio Future +#_asyncio _asynciomodule.c # Fast asyncio Future #unicodedata unicodedata.c # static Unicode character database |