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 pitrou
Recipients brett.cannon, eric.araujo, pitrou, r.david.murray
Date 2011-03-24.22:22:09
SpamBayes Score 1.3851917e-07
Marked as misclassified No
Message-id <1301005325.3957.29.camel@localhost.localdomain>
In-reply-to <1301004965.12.0.305183964283.issue10966@psf.upfronthosting.co.za>
Content
> I can change it to 'required' and 'optional'.
> 
> As for Antoine's comment, do you have another suggestion? I realize it
> isn't necessarily easier per se to manage these lists than the
> 'expected' list, but what would you rather have happen?
> Simply say tests are skipped because they were not imported and assume
> people pay enough attention to realize that some compilation error
> occurred for the modules?

Well, "make" clearly tells you which modules couldn't be built at the
end. Many people are already concerned enough by that message :)

Perhaps we can keep required/optional for core things like "posix" or
"winreg". But failing the test suite because ctypes doesn't compile on a
platform is IMO overblown. Especially given that we also go out of our
way to make the test suite pass successfully when e.g. zlib or threads
are unavailable (or at least Ezio did at one point).
History
Date User Action Args
2011-03-24 22:22:10pitrousetrecipients: + pitrou, brett.cannon, eric.araujo, r.david.murray
2011-03-24 22:22:09pitroulinkissue10966 messages
2011-03-24 22:22:09pitroucreate