Issue 10120: concurrent.futures module is not installed properly (original) (raw)

Issue10120

Created on 2010-10-16 07:04 by Neil Muller, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
futures-Makefile.diff Neil Muller,2010-10-16 07:04 Trivial Makefile patch
Messages (4)
msg118858 - (view) Author: Neil Muller (Neil Muller) Date: 2010-10-16 07:04
with make install (r85564), lib/python3.2/concurrent is created, but the futures module is not installed there. The attached trivial patch fixes this here.
msg118860 - (view) Author: Neil Muller (Neil Muller) Date: 2010-10-16 09:19
There isn't an entry for anyone in maintainers.rst for concurrent.futures either. That should probably also be fixed.
msg118862 - (view) Author: Brian Quinlan (bquinlan) * (Python committer) Date: 2010-10-16 09:57
I added myself as the maintainer of concurrent.futures. I'll look at the patch now.
msg118864 - (view) Author: Brian Quinlan (bquinlan) * (Python committer) Date: 2010-10-16 10:36
Patch committed in r85567.
History
Date User Action Args
2022-04-11 14:57:07 admin set github: 54329
2010-10-16 10:36:48 bquinlan set status: open -> closedresolution: fixedmessages: +
2010-10-16 09:57:16 bquinlan set assignee: bquinlanmessages: +
2010-10-16 09:19:54 Neil Muller set nosy: + bquinlanmessages: +
2010-10-16 07:04:49 Neil Muller create