Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c2bfe5

Browse files
committed
Fixes issue 10120 (concurrent.futures module is not installed properly), patch by Neil Muller
1 parent 6d38956 commit 2c2bfe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
880880
tkinter/test/test_ttk site-packages test \
881881
test/decimaltestdata test/xmltestdata \
882882
test/tracedmodules test/encoded_modules \
883-
concurrent encodings \
883+
concurrent concurrent/futures encodings \
884884
email email/mime email/test email/test/data \
885885
html json json/tests http dbm xmlrpc \
886886
sqlite3 sqlite3/test \

0 commit comments

Comments
 (0)