[issue10598] curses fails to import on Solaris

2014-06-26 Thread Mark Lawrence
Mark Lawrence added the comment: The code was fixed in default in r73781. The patch for test_curses was never applied unless by a different name. -- nosy: +BreamoreBoy ___ Python tracker _

[issue10598] curses fails to import on Solaris

2010-12-02 Thread Robert Lehmann
Robert Lehmann added the comment: I have attached a fix and a regression test. -- keywords: +patch nosy: +lehmannro Added file: http://bugs.python.org/file19903/issue10598.patch ___ Python tracker

[issue10598] curses fails to import on Solaris

2010-12-01 Thread River Tarnell
New submission from River Tarnell : On Solaris 10 using system libcurses, curses fails to import: hemlock% python3.1 Python 3.1.3 (r313:86834, Dec 1 2010, 19:51:26) [GCC 4.5.1] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import curses Traceback (most re