Tim Peters added the comment:

Think this is related to why the FreeBSD default buildbot is always failing now?

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%203.x/builds/5619/steps/test/logs/stdio

Like:

File 
"/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/test/test_generators.py",
 line ?, in test.test_generators.__test__.email
Failed example:
    print(i.__next__.__doc__ if HAVE_DOCSTRINGS else 'x.__next__() <==> 
next(x)')
Expected:
    x.__next__() <==> next(x)
Got:
    <BLANKLINE>

I have no idea what HAVE_DOCSTRINGS is all about, alas :-(

----------
nosy: +tim.peters

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19412>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to