GNOME Bugzilla – Bug 678728
Python3-friendly python.m4
Last modified: 2015-02-07 17:00:59 UTC
Created attachment 217135 [details] [review] proposed patch Running autogen.sh spits up under Python 3 due to the use of the print statement rather than the print function. The print function works in Python 2 (backported to 2.6).
Review of attachment 217135 [details] [review]: Looks ok to me, though I'm not a native python speaker.
I had forgotten about this patch (sorry!). A related aside: In its current form, it will spit up for users using python 2.x < 2.6. If glib has such users, I should probably come up with a friendly-to-everyone alternative.
(In reply to comment #2) > I had forgotten about this patch (sorry!). A related aside: In its current > form, it will spit up for users using python 2.x < 2.6. If glib has such users, > I should probably come up with a friendly-to-everyone alternative. I care about Red Hat Enterprise Linux 6 personally (and the current gnome-ostree builder is based on RHEL6), but it has Python 2.6, so I'm OK with this patch.
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]