[mythtv-commits] mythtv branch fixes/0.26 updated by wagnerrp. v0.26.0-24-g35389d8

Git Repo Owner noreply at mythtv.org
Tue Oct 23 19:47:04 UTC 2012


The branch, fixes/0.26 has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  35389d8f177c94a7b6381b5a63cfcb997d22dc66 (commit)
      from  163e0e629095401268cf67309d16987ded6a0d72 (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 35389d8f177c94a7b6381b5a63cfcb997d22dc66
Author:    Raymond Wagner <rwagner at mythtv.org> at Tue, 23 Oct 2012 15:42:31 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Tue, 23 Oct 2012 15:46:36 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=35389d8f177c94a7b6381b5a63cfcb997d22dc66

Fix immutable methods in Artwork class.
This fixes an issue with several immutable methods in the Artwork class,
inherited from the parent UserString class. As the Artwork class is
modified for use as a property, and not intended to be called directly
for storage of a string, the inherited UserString methods that returned
a new instance using the __class__ attribute would fail. This adds a
__new__ method that detects such uses and forces the call to return a
standard str type instead.
(cherry picked from commit 9f66fa0f9a4d9d759b9fdb44f411a4dc1a0748cb)



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

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

-- 



More information about the mythtv-commits mailing list