Hi, Sorry, it was just laughingly pointed out to me that I responded to your complaint about a bug being ignored by asking you to file a bug. :)  Thats what I get for &quot;reading&quot; things late at night.<div><br></div>

<div>regardless, any time you have a patch for something, please attach it to the issue, things on the mailing list get lost.  I&#39;ve gone ahead and attached the patch and accepted the issue.  I have a netbsd ec2 instance to test with now but haven&#39;t had time to get it setup for python development.</div>

<div><br></div><div>None of the devs currently run netbsd on a regular basis or have much experience with it as a platform so patches are a great help.  Any chance you can also make a version of the patch that applies against hg cpython tip (3.3)?</div>

<div><br></div><div>-gps</div><div><div><br><div class="gmail_quote">2011/3/15 Gregory P. Smith <span dir="ltr">&lt;<a href="mailto:greg@krypto.org">greg@krypto.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Would you please post this to <a href="http://bugs.python.org" target="_blank">bugs.python.org</a> so that it doesn&#39;t get lost?  thanks!<div><br></div><div>-gps<br><br><div class="gmail_quote"><div><div></div><div class="h5">

On Mon, Mar 14, 2011 at 8:51 PM, Bill Green <span dir="ltr">&lt;<a href="mailto:bill@supposedly.org" target="_blank">bill@supposedly.org</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5">Hi all,<br>
<br>
I ran across this issue several months ago and filed a bug report (#9667).  It just came up again, and it doesn&#39;t look like anything&#39;s been done with the bug report, so I thought I&#39;d post here.<br>
<br>
In _cursesmodule.c there are a lot of preprocesser conditionals that test if the system is NetBSD. In my case, the issue was that the module built lacked the KEY_UP / _DOWN / etc. constants, but there are other changes as well.  This is the case even if you&#39;re compiling against ncurses instead of the system curses.  Áttached below is a patch against 2.7.1 that negates the NetBSD conditionals if ncurses is present.  It seems to work as expected, although I haven&#39;t done any real testing.  I assumed this was done because NetBSD curses was missing something, but I looked at the headers and it seems to have most of the constants that the compilation directives are leaving out (A_INVIS, the aforementioned KEY_* constants, at least), so I&#39;m not sure why that code isn&#39;t compiled in anyway.  Please let me know if I&#39;m misunderstanding this.<br>



<br>
Thanks,<br><font color="#888888">
Bill<br>
</font><br></div></div>_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/greg%40krypto.org" target="_blank">http://mail.python.org/mailman/options/python-dev/greg%40krypto.org</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div></div>