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.

Author Claudiu.Popa
Recipients Claudiu.Popa, brett.cannon, dholth, eric.araujo, pitrou, steven.daprano
Date 2014-03-13.17:48:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394732913.7.0.0812892580286.issue16104@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a new version which catches ImportError for concurrent.futures and raises ValueError in `compile_dir` if `processes` was specified and concurrent.futures is unavailable. The only issue is that I don't know if this should be a ValueError or not. For instance, zipfile uses RuntimeError if `lzma` is unavailable.
History
Date User Action Args
2014-03-13 17:48:33Claudiu.Popasetrecipients: + Claudiu.Popa, brett.cannon, pitrou, eric.araujo, steven.daprano, dholth
2014-03-13 17:48:33Claudiu.Popasetmessageid: <1394732913.7.0.0812892580286.issue16104@psf.upfronthosting.co.za>
2014-03-13 17:48:33Claudiu.Popalinkissue16104 messages
2014-03-13 17:48:33Claudiu.Popacreate