commit cb70ae0aa52ab7624b2b8c30297d8a52a7db7f44 Author: Martin Pitt Date: Mon Jun 25 16:32:45 2012 +0200 Do not escape enum and flag names that are Python keywords These are translated to upper case, and thus can never be keywords. This broke existing API such as Gtk.ShadowType.IN. gi/module.py | 2 +- gi/pygi-info.c | 7 +++++++ tests/test_gi.py | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) commit f2524a982b0b8ba7cdbb77003372416af0b7a978 Author: Martin Pitt Date: Mon Jun 25 15:39:50 2012 +0200 configure.ac: Post-release version bump to 3.3.4 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)