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 jaraco
Recipients amaury.forgeotdarc, belopolsky, benjamin.peterson, christian.heimes, dmi.baranov, ezio.melotti, jaraco, meador.inge, techtonik
Date 2013-08-12.18:58:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376333900.08.0.636671996971.issue16396@psf.upfronthosting.co.za>
In-reply-to
Content
My sense on the issue is that wintypes was added to the library and was never intended to raise a ValueError on import. By that logic, the behavior is a bug, not a new feature. I agree with Ezio that raising a ValueError on import is a bug. And since the patch not only addresses the ValueError on import, but simply addresses the underlying cause, it seems to me the most obvious solution.
History
Date User Action Args
2013-08-12 18:58:20jaracosetrecipients: + jaraco, amaury.forgeotdarc, belopolsky, techtonik, christian.heimes, benjamin.peterson, ezio.melotti, meador.inge, dmi.baranov
2013-08-12 18:58:20jaracosetmessageid: <1376333900.08.0.636671996971.issue16396@psf.upfronthosting.co.za>
2013-08-12 18:58:20jaracolinkissue16396 messages
2013-08-12 18:58:20jaracocreate