GNOME Bugzilla – Bug 387421
Favicon extensions warning
Last modified: 2006-12-19 16:21:15 UTC
Please describe the problem: Currently favicon extensions displays following warning: sys:1: DeprecationWarning: Non-ASCII character '\xc2' in file /usr/lib/epiphany/2.17/extensions/favicon.py on line 3, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information: Patch coming...
Created attachment 78614 [details] [review] favicon-pep-0623.patch Ok to commit?
Thanks for the patch! Ok to commit to HEAD and gnome-2-16. Can you check if the other .py files in e-e need the same treatment?
Other files were fine. Committed to HEAD and gnome-2-16 2006-12-19 Priit Laes <plaes@cvs.gnome.org> * extensions/favicon/favicon.py: Fix DeprecationWarning (Python enchancement proposal 0263). Closes bug #387421.