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 schmir
Recipients georg.brandl, lyren, schmir
Date 2008-02-25.12:40:03
SpamBayes Score 0.40195847
Marked as misclassified No
Message-id <1203943273.22.0.299595210308.issue919238@psf.upfronthosting.co.za>
In-reply-to
Content
distutils.extension has:

            if warnings is not None:
                warnings.warn(msg)
            else:
                sys.stderr.write(msg + '\n')
History
Date User Action Args
2008-02-25 12:41:13schmirsetspambayes_score: 0.401958 -> 0.40195847
recipients: + schmir, georg.brandl, lyren
2008-02-25 12:41:13schmirsetspambayes_score: 0.401958 -> 0.401958
messageid: <1203943273.22.0.299595210308.issue919238@psf.upfronthosting.co.za>
2008-02-25 12:40:04schmirlinkissue919238 messages
2008-02-25 12:40:04schmircreate