This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: concurrent.futures module is not installed properly
Type: Stage:
Components: Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bquinlan Nosy List: Neil Muller, bquinlan
Priority: normal Keywords: patch

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:07adminsetgithub: 54329
2010-10-16 10:36:48bquinlansetstatus: open -> closed
resolution: fixed
messages: + msg118864
2010-10-16 09:57:16bquinlansetassignee: bquinlan
messages: + msg118862
2010-10-16 09:19:54Neil Mullersetnosy: + bquinlan
messages: + msg118860
2010-10-16 07:04:49Neil Mullercreate