[issue10120] concurrent.futures module is not installed properly

2010-10-16 Thread Brian Quinlan
Brian Quinlan added the comment: Patch committed in r85567. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue10120] concurrent.futures module is not installed properly

2010-10-16 Thread Brian Quinlan
Brian Quinlan added the comment: I added myself as the maintainer of concurrent.futures. I'll look at the patch now. -- assignee: -> bquinlan ___ Python tracker ___ __

[issue10120] concurrent.futures module is not installed properly

2010-10-16 Thread Neil Muller
Neil Muller added the comment: There isn't an entry for anyone in maintainers.rst for concurrent.futures either. That should probably also be fixed. -- nosy: +bquinlan ___ Python tracker _

[issue10120] concurrent.futures module is not installed properly

2010-10-16 Thread Neil Muller
New submission from Neil Muller : 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. -- files: futures-Makefile.diff keywords: patch messages: 118858 nosy: Neil Muller priority: nor