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 ezio.melotti
Recipients docs@python, eric.araujo, ezio.melotti, georg.brandl, larry, serhiy.storchaka
Date 2014-07-08.14:00:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404828053.33.0.417626408427.issue15759@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, your patch LGTM.
Can you apply a similar fix for the linkcheck and doctest target and commit it?

FWIW the patch produces a slightly different output (in addition to showing the missing message), but I don't think it's a problem:
Without patch:
  ...
  build finished with problems, 8 warnings.
  make: *** [build] Error 1
With patch:
  ...
  build finished with problems, 8 warnings.
  make[1]: *** [build] Error 1
  make[1]: Leaving directory `/home/wolf/dev/py/py3k/Doc'
  Suspicious check complete; ...
  make: *** [suspicious] Error 1
History
Date User Action Args
2014-07-08 14:00:53ezio.melottisetrecipients: + ezio.melotti, georg.brandl, larry, eric.araujo, docs@python, serhiy.storchaka
2014-07-08 14:00:53ezio.melottisetmessageid: <1404828053.33.0.417626408427.issue15759@psf.upfronthosting.co.za>
2014-07-08 14:00:53ezio.melottilinkissue15759 messages
2014-07-08 14:00:52ezio.melotticreate