Well, there is one feature found in Python 2.3's C API that could be useful, and is not found in 2.2: the PyGILState APIs I mentioned earlier. We will probably want to use them eventually, as they should help pygtk interoperate better with other thread aware extensions.Currently, pygtk seems to be supporting both Python 2.2 and 2.3. What does 2.3 have that 2.2 does not have that would warrant ditching support for 2.2?
If it ain't broke...
James.
-- Email: [EMAIL PROTECTED] WWW: http://www.daa.com.au/~james/
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
