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 yan12125
Recipients lemburg, lizhenhua, loewis, pitrou, shiz, skrah, vstinner, yan12125
Date 2016-03-20.19:40:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458502826.81.0.694725228691.issue20305@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-03-20 19:40:26yan12125setrecipients: + yan12125, lemburg, loewis, pitrou, vstinner, skrah, shiz, lizhenhua
2016-03-20 19:40:26yan12125setmessageid: <1458502826.81.0.694725228691.issue20305@psf.upfronthosting.co.za>
2016-03-20 19:40:26yan12125linkissue20305 messages
2016-03-20 19:40:26yan12125create