summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2016-10-15 06:39:19 (GMT)
committerINADA Naoki <songofacandy@gmail.com>2016-10-15 06:39:19 (GMT)
commit9f2ce2548107eedaf0970546a508c33d24920622 (patch)
tree2a410ccb15a3acb857985a3ce15e71fc7bdc3cda /Modules/Setup.dist
parent479eb760f4dd5ae5cfc5ccf8a361cdea3d48624a (diff)
downloadcpython-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.dist2
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