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 eric.araujo
Recipients Oliver.Jeeves, eric.araujo, tarek
Date 2014-03-13.21:22:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394745756.11.0.650473298321.issue7918@psf.upfronthosting.co.za>
In-reply-to
Content
This may have been done on purpose, to allow nearly-valid Python files to be packaged.  In other bug reports we got some use cases: files used as templates; custom dialects converted by import hooks; 2.x and 3.x code in the same sdist.  In that light, I think distutils should not raise exceptions (to allow these use cases) but should log warnings (to help people catch legitimate errors).
History
Date User Action Args
2014-03-13 21:22:36eric.araujosetrecipients: + eric.araujo, tarek, Oliver.Jeeves
2014-03-13 21:22:36eric.araujosetmessageid: <1394745756.11.0.650473298321.issue7918@psf.upfronthosting.co.za>
2014-03-13 21:22:36eric.araujolinkissue7918 messages
2014-03-13 21:22:35eric.araujocreate