I am pleased to announce version 3.11.2 of the Python bindings for
GObject. This is the second alpha release of the 3.11.x series for GNOME 3.12.

An important change with this release is deprecation messages are
emitted when using positional arguments with overridden initializers.
Positional arguments will continue to be supported for the remainder
of the 3.x series but also updating to use keyword arguments is
compatible with prior releases. Please see the following wiki and bug
report for rational:

 https://wiki.gnome.org/PyGObject/InitializerDeprecations
 https://bugzilla.gnome.org/show_bug.cgi?id=705810

Download
========
The new release is available from ftp.gnome.org:

 https://download.gnome.org/sources/pygobject/3.11/pygobject-3.11.2.tar.xz
(669K)
 sha256sum: 1c606b1a98e6574218f0aa78e803c18b56c35020fa08bd1fbc3db4b720ec5a13

What’s new since PyGObject 3.11.2
=================================
- gkt-demo: Change main info/source notebook into a GtkStack
- Add deprecation warnings and cleanup class initializer overrides (#705810)
- Fix dir method for static GParamSpec in Python 3
- Remove overzealous argument checking for callback userdata (#711173)

About PyGObject
===============
GObject is a object system used by GTK+, GStreamer and other libraries.

PyGObject provides a convenient wrapper for use in Python programs when
accessing GObject libraries.

Like the GObject library itself PyGObject is licensed under the GNU
LGPL, so is suitable for use in both free software and proprietary
applications. It is already in use in many applications ranging from
small single purpose scripts up to large full featured applications.

PyGObject now dynamically accesses any GObject libraries that uses
GObject Introspection. It replaces the need for separate modules such as
PyGTK, GIO and python-gnome to build a full GNOME 3.0 application. Once
new functionality is added to gobject library it is instantly available
as a Python API without the need for intermediate Python glue.
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to