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 lemburg
Recipients christian.heimes, dbinger, lemburg, loewis, skip.montanaro
Date 2007-11-30.23:29:57
SpamBayes Score 0.18318164
Marked as misclassified No
Message-id <1196465397.59.0.794666575183.issue1514@psf.upfronthosting.co.za>
In-reply-to
Content
Interesting. It appears as if r57142 caused this change.

Before:

# if !(defined(__BEOS__) || defined(__CYGWIN__) || (defined(PYOS_OS2) &&
defined(PYCC_VACPP)))

After:

# if defined(__CYGWIN__) || (defined(PYOS_OS2) && defined(PYCC_VACPP))

That change obviously changed semantics :-)
History
Date User Action Args
2007-11-30 23:29:57lemburgsetspambayes_score: 0.183182 -> 0.18318164
recipients: + lemburg, loewis, skip.montanaro, christian.heimes, dbinger
2007-11-30 23:29:57lemburgsetspambayes_score: 0.183182 -> 0.183182
messageid: <1196465397.59.0.794666575183.issue1514@psf.upfronthosting.co.za>
2007-11-30 23:29:57lemburglinkissue1514 messages
2007-11-30 23:29:57lemburgcreate