[release-notes/gnome-3-2] Write PyGObject section



commit 8a81f9b44e80ccc76303a290e788991920545f23
Author: Andre Klapper <a9016009 gmx de>
Date:   Sun Sep 11 11:56:22 2011 +0200

    Write PyGObject section

 help/C/rndevelopers.xml |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/help/C/rndevelopers.xml b/help/C/rndevelopers.xml
index 9d23ed3..020512e 100644
--- a/help/C/rndevelopers.xml
+++ b/help/C/rndevelopers.xml
@@ -116,6 +116,9 @@ TODO: GTK performance improvements?: http://blogs.gnome.org/otte/2011/03/30/the-
        <application>GConf</application> now uses <application>D-Bus</application> by default and hence does not require <application>ORBit2</application> anymore. As a consequence, the deprecated libraries <application>ORBit2</application> and <application>libIDL</application> have been removed from GNOME.
   		</para></listitem>
 	    <listitem><para>
+GNOME core modules now only depend on introspection-based Python bindings (<application>pygobject-3</application>) and hence <application>pygtk</application>, <application>gnome-python</application> and <application>gnome-python-desktop</application> are not required anymore.
+  		</para></listitem>
+	    <listitem><para>
         TODO: Which apps have converted from gconf to GSettings in 3.1? accerciser, 
   		</para></listitem>
 	    <listitem><para>
@@ -145,7 +148,8 @@ TODO: Which apps have converted to GDBus in 3.1? Epiphany,
 		</para>
 	<itemizedlist>
 	  <listitem><para>
-		 TODO: Python bindings and Introspection: PyGObject 3: http://www.j5live.com/2011/07/18/pygobject-invoke-rewrite-branch-merged-with-master/ , instructions for developers using it: http://www.j5live.com/2011/08/14/announce-pygobject-2-90-1-released-3-0-pre-release/
+The classic (static) Python bindings were removed for PyGObject 3.0 and only dynamic Python bindings are provided (via introspection). PyGObject 2 and 3 are parallel-installable as introspection is turned off by default in the PyGObject 2 packages. Information <ulink="http://www.j5live.com/2011/08/14/announce-pygobject-2-90-1-released-3-0-pre-release/";>how to port applications from PyGObject 2 to PyGObject 3</ulink> is available.
+<!-- Taken from http://www.j5live.com/2011/07/18/pygobject-invoke-rewrite-branch-merged-with-master/ and http://www.j5live.com/2011/08/14/announce-pygobject-2-90-1-released-3-0-pre-release/ -->
 		</para></listitem>
 	  <listitem><para>
 TODO: Documentation tools: Yelp: http://blogs.gnome.org/shaunm/2011/04/29/mallard-conditional-processing/ and gnome-doc-utils slowly killed in favor of itstool and yelp-tools: http://mail.gnome.org/archives/gnome-doc-list/2011-May/msg00018.html



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]