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 dstufft
Recipients dstufft, ned.deily, terry.reedy, vinay.sajip
Date 2014-10-19.06:52:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413701541.51.0.383631917216.issue22669@psf.upfronthosting.co.za>
In-reply-to
Content
More or less. You could argue whether it's a defect or not but it unconditionally imports ctypes and apparently that is an optional module (I had no idea it was personally, and I can't find any documentation to say that it is). colorama doesn't really *need* ctypes on Linux it only needs it on Windows so it fixes this by just conditionally importing it.
History
Date User Action Args
2014-10-19 06:52:21dstufftsetrecipients: + dstufft, terry.reedy, vinay.sajip, ned.deily
2014-10-19 06:52:21dstufftsetmessageid: <1413701541.51.0.383631917216.issue22669@psf.upfronthosting.co.za>
2014-10-19 06:52:21dstufftlinkissue22669 messages
2014-10-19 06:52:21dstufftcreate