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 martin.panter
Recipients berker.peksag, martin.panter, python-dev, serhiy.storchaka, twouters, zach.ware
Date 2016-05-21.23:27:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463873220.48.0.610215046372.issue27067@psf.upfronthosting.co.za>
In-reply-to
Content
A couple buildbots don’t look happy with this change, e.g.

http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.5/builds/903/steps/test/logs/stdio

======================================================================
ERROR: test_colors_funcs (test.test_curses.TestCurses)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.5.bolen-ubuntu/build/Lib/test/test_curses.py", line 66, in setUp
    curses.savetty()
_curses.error: savetty() returned ERR

(more failures follow)
History
Date User Action Args
2016-05-21 23:27:00martin.pantersetrecipients: + martin.panter, twouters, python-dev, berker.peksag, zach.ware, serhiy.storchaka
2016-05-21 23:27:00martin.pantersetmessageid: <1463873220.48.0.610215046372.issue27067@psf.upfronthosting.co.za>
2016-05-21 23:27:00martin.panterlinkissue27067 messages
2016-05-21 23:27:00martin.pantercreate