[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 rep...@bugs.python.org
http://bugs.python.org/issue10598
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10598] curses fails to import on Solaris

2010-12-02 Thread Robert Lehmann

Robert Lehmann lehman...@gmail.com 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 rep...@bugs.python.org
http://bugs.python.org/issue10598
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10598] curses fails to import on Solaris

2010-12-01 Thread River Tarnell

New submission from River Tarnell ri...@tamara.tcx.org.uk:

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 recent call last):
  File /opt/ts/python/3.1/lib/python3.1/curses/__init__.py, line 57, in 
module
has_key
NameError: name 'has_key' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File stdin, line 1, in module
  File /opt/ts/python/3.1/lib/python3.1/curses/__init__.py, line 59, in 
module
from has_key import has_key
ImportError: No module named has_key


--
components: Extension Modules
messages: 123007
nosy: rtarnell
priority: normal
severity: normal
status: open
title: curses fails to import on Solaris
versions: Python 3.1

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10598
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com