Chi Hsuan Yen added the comment:

curses was broken and now it's fixed. Yes - Android's locale patch is no longer 
necessary in _curses either. However, there are runtime errors:

shell@ASUS_Z00E_2:/data/local/tmp $ python3.6 -c 'import curses; 
curses.initscr()'                           
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/data/local/tmp/python3/lib/python3.6/curses/__init__.py", line 30, in 
initscr
    fd=_sys.__stdout__.fileno())
_curses.error: setupterm: could not find terminfo database

----------

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

Reply via email to