Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > curses module

Reply
Thread Tools

curses module

 
 
Kenneth McDonald
Guest
Posts: n/a
 
      04-02-2007
I know that the curses module has a long-standing bug wherein cursor
visibility can't be set. I'm looking at using the module for certain
uses, and this isn't a problems (as long as I hide the cursor offscreen)
as I would control visuals to provide a simulated cursor anyway. I'm
wondering, though, if there are any other elements of the curses module
I should be aware of before I commit to it, i.e. bugs that could cause
serious difficulties at some point.

This isn't criticism, I just know that the curses module is the sort of
thing that probably isn't being maintained consistently, and I for one,
have no idea how well all the new terms in common use maintain the sort
of backwards compatibility python curses will need to do its job.


Thanks,
Ken
 
Reply With Quote
 
 
 
 
=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=
Guest
Posts: n/a
 
      04-02-2007
Kenneth McDonald schrieb:
> I know that the curses module has a long-standing bug wherein cursor
> visibility can't be set.
>
> This isn't criticism, I just know that the curses module is the sort of
> thing that probably isn't being maintained consistently, and I for one,
> have no idea how well all the new terms in common use maintain the sort
> of backwards compatibility python curses will need to do its job.



This isn't criticism either, but... if you know it has a long-standing
bug, why didn't you submit a patch yet? If you had submitted one for
Python 2.1 (say), the problem wouldn't be relevant today. If you submit
one today, the problem won't be relevant for Python 2.8, or Python 3.0.

Regards,
Martin
 
Reply With Quote
 
 
 
 
=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=
Guest
Posts: n/a
 
      04-02-2007
Kenneth McDonald schrieb:
> I know that the curses module has a long-standing bug wherein cursor
> visibility can't be set.
>
> This isn't criticism, I just know that the curses module is the sort of
> thing that probably isn't being maintained consistently, and I for one,
> have no idea how well all the new terms in common use maintain the sort
> of backwards compatibility python curses will need to do its job.



This isn't criticism either, but... if you know it has a long-standing
bug, why didn't you submit a patch yet? If you had submitted one for
Python 2.1 (say), the problem wouldn't be relevant today. If you submit
one today, the problem won't be relevant for Python 2.8, or Python 3.0.

Regards,
Martin
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
curses module bug in windows python? kernel1983 Python 3 06-14-2006 07:23 AM
Need pixie dust for building Python 2.4 curses module on Solaris 8 skip@pobox.com Python 3 06-07-2006 07:28 PM
Re: Replacing curses (Was: Re: Problem with curses and UTF-8) Jean-Paul Calderone Python 2 02-09-2006 08:29 AM
Curses module on windows Abhijit Soman Python 3 06-15-2004 07:14 PM
Curses module. Alex Python 2 07-17-2003 07:25 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57