[mythtv-commits] mythtv branch master updated by dekarl. v0.28-pre-3527-ge20bd8b

Git Repo Owner noreply at mythtv.org
Mon Feb 8 00:07:51 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  e20bd8bf8e274274f4fb89420905015f57233e0c (commit)
      from  d07808372cd2b18301f7658c5d8a045bfd220152 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e20bd8bf8e274274f4fb89420905015f57233e0c
Author:    angelaschmid <angela.schmid at wolke7.net> at Sun, 7 Feb 2016 03:53:12 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Mon, 8 Feb 2016 01:05:02 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e20bd8bf8e274274f4fb89420905015f57233e0c

Python binding - call Socket.send with non-unicode string
Socket.send takes a string (not unicode).
When Socket.send is called with an unicode string it tries to convert it with the ascii codec converter, resulting in an UnicodeEncodeError.

Before calling Socket.send the data has to be converted to a non-unicode string (UTF-8 encoded).

Fixes #12529
Fixes #12642



-----------------------------------------------------------------------

Summary of changes:
 mythtv/bindings/python/MythTV/connections.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-commits mailing list