[issue9667] NetBSD curses KEY_* constants

2017-11-01 Thread Serhiy Storchaka

Serhiy Storchaka  added the comment:

Currently the default curses library on NetBSD provides all guarded functions. 
All these guards no longer needed. And they were removed in issue31891.

--
nosy: +serhiy.storchaka
resolution:  -> out of date
stage:  -> resolved
status: open -> closed
superseder:  -> Make curses compiling on NetBSD 7.1 and tests passing

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9667] NetBSD curses KEY_* constants

2011-06-01 Thread Terry J. Reedy

Changes by Terry J. Reedy tjre...@udel.edu:


--
versions:  -Python 2.5, Python 2.6, Python 3.1

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



[issue9667] NetBSD curses KEY_* constants

2011-05-15 Thread Gregory P. Smith

Gregory P. Smith g...@krypto.org added the comment:

unassigning, i don't have time to tackle netbsd issues right now.

--
assignee: gregory.p.smith - 

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



[issue9667] NetBSD curses KEY_* constants

2011-03-15 Thread Gregory P. Smith

Changes by Gregory P. Smith g...@krypto.org:


--
assignee:  - gregory.p.smith
keywords: +patch
nosy: +gregory.p.smith
Added file: http://bugs.python.org/file21215/_cursesmodule.c.diff

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



[issue9667] NetBSD curses KEY_* constants

2011-03-14 Thread R. David Murray

R. David Murray rdmur...@bitdance.com added the comment:

I don't think we have any committers who run NetBDS.  Can you attach your patch 
here?  I take it the other NetBSD checks are still required?

--
nosy: +r.david.murray

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



[issue9667] NetBSD curses KEY_* constants

2010-08-24 Thread Bill Green

New submission from Bill Green b...@supposedly.org:

_cursesmodule.c provides a list of constants, prefixed with KEY_, corresponding 
to special keys (KEY_DOWN, KEY_LEFT, KEY_BACKSPACE, etc.). A portion of the 
function init_curses, which implements these, is #defined out on NetBSD (at 
line 2860 in Python 2.7).  PyCurses_KeyName, which seems related (line 2111) is 
also not compiled on NetBSD.  This is presumably because NetBSD's libcurses 
doesn't provide this functionality.

These functions work when _cursesmodule.c is linked to ncurses rather than BSD 
curses. Could the preprocessor directives be changed to omit these functions 
only if the platform is NetBSD AND ncurses is not being used?

--
components: Library (Lib)
messages: 114774
nosy: bgreen
priority: normal
severity: normal
status: open
title: NetBSD curses KEY_* constants
type: behavior
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3

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