New submission from Dwayne Crooks: I was installing Python 3.5.2 from source on a Ubuntu 14.04 LTS virtual machine (it uses https://atlas.hashicorp.com/ubuntu/boxes/trusty64/versions/20160816.0.0).
This is part of the result of running: ./python -m test -u curses -v test_curses ====================================================================== ERROR: test_update_lines_cols (test.test_curses.MiscTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/Python-3.5.2/Lib/test/test_curses.py", line 397, in test_update_lines_cols curses.update_lines_cols() AttributeError: module 'curses' has no attribute 'update_lines_cols' ---------------------------------------------------------------------- Ran 20 tests in 0.237s FAILED (errors=1, skipped=4) ---------- components: Tests messages: 273113 nosy: dwaynecrooks priority: normal severity: normal status: open title: test_update_lines_cols fails from test.test_curses.MiscTests fails on Ubuntu 14.04 LTS versions: Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27801> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com