> last bug I filed where yet existing. > Now I was tryig to see which bugs has been filed on pygtk 2.3.90, but I can't figure > out how should I use the bugzilla query > http://bugzilla.gnome.org/query.cgi > everithink I ask resul in "zarro boogs found" > > I select pygtk as product, gtk or general as component, 2.3.x or CVS_Head as > version, and in summary i tryed quite everything, and I can not find any bug. my too > (but for mine I have the number to find it). > > so, what should I write to find the bugs filed ?
Just file the bugs in pygtk -> gtk -> 2.3.x/CVS HEAD You didn't see any bugs there since there haven't been so many bugs reported against 2.3 and the ones reported are already closed. To see a complete list of bugs open for PyGtk, look at: http://tinyurl.com/2bee8 > 2) > gtk.Entry is considered deprecated in pygtk 2.3.9, but it's not true. why this > advice? This is wrong and we should probably remove the deprecation mark from that function. Or simply mimic the feature with properties/methods on GtkEntry. -- Johan Dahlin <[EMAIL PROTECTED]> _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
