GNOME Bugzilla – Bug 704383
gupnp Python 3 compatibility
Last modified: 2013-08-16 11:29:48 UTC
Hi, it seems that there is one Python script in gupnp (gupnp-binding-tool) that is not compatible with Python 3. Would you accept a patch that would fix this? It seems fairly simple to fix Python 3 incompatibilities here. Thanks.
Sure go ahead. I'd also accept a patch that removes it from the repository, tbh. Fixing component, btw.
Created attachment 250520 [details] [review] Port gunpn-binding-tool to Python 3 So, this is a patch to port gupnp-binding-tool to Python 3. It is really just an output of 2to3 (tested, seems to work ok). With this patch, gupnp-binding-tool will be compatible with Python 2.6+.
Review of attachment 250520 [details] [review]: Thanks!
Created attachment 251819 [details] [review] Port gupnp-binding-tool to Python 3 Fix issue with python2 where it would emit "()" instead of newlines.
Attachment 251819 [details] pushed as 08ce5b8 - Port gupnp-binding-tool to Python 3