Hi,
I'm just sending a tiny patch to fix the link to what's new in PyGTK
2.8 page (particularly the section about updating constructors to the
new API).
Regards,
-- Ulisses
Index: codegen/codegen.py
===================================================================
--- codegen/codegen.py (revision 2896)
+++ codegen/codegen.py (working copy)
@@ -1615,8 +1615,8 @@
else:
print >> sys.stderr, (
"Warning: Constructor for %s needs to be updated to new API\n"
- " See http://live.gnome.org/PyGTK_2fWhatsNew28"
- "#update-constructors") % obj.c_name
+ " See http://live.gnome.org/PyGTK/WhatsNew28"
+ "#head-9086d011479cb9c977b3e0f5da0aa5bc38ff72bb") % obj.c_name
if obj.class_init_func is not None:
self.fp.write(
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/