[mythtv-commits] mythtv branch master updated by wagnerrp. v0.27-pre-76-g9f66fa0

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


The branch, master has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  9f66fa0f9a4d9d759b9fdb44f411a4dc1a0748cb (commit)
      from  beb9f8e1527b46883d1b95dc7975a5c10cd1290c (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 9f66fa0f9a4d9d759b9fdb44f411a4dc1a0748cb
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:42:31 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9f66fa0f9a4d9d759b9fdb44f411a4dc1a0748cb

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.



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

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