[mythtv-commits] [MythTV/mythtv] 1ca7a4: Python Bindings: Services API, logging & XML enhan...

rcrdnalor noreply at github.com
Thu May 21 21:35:51 UTC 2020


  Branch: refs/heads/fixes/31
  Home:   https://github.com/MythTV/mythtv
  Commit: 1ca7a4b09ef38cd6e108a26bdc358f280d6ae3d3
      https://github.com/MythTV/mythtv/commit/1ca7a4b09ef38cd6e108a26bdc358f280d6ae3d3
  Author: Roland Ernst <rcrernst at gmail.com>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M mythtv/bindings/python/MythTV/services_api/send.py

  Log Message:
  -----------
  Python Bindings: Services API, logging & XML enhancements

- Improve logging dump of 'postdata'
- Add an option to return raw XML data, {'rawxml': True}

Some lxml.etree functions, e.g. fromstring()/tostring() cause pylint 'I'
messages. users may want to add the following to their .pylintrc (or just
add # pylint: disable=c-extension-no-member inline):

    [MESSAGE-CONTROL]
    disable=c-extension-no-member

Closes #13619

Signed-off-by: Bill Meek <billmeek at mythtv.org>
(cherry picked from commit 1a1b69836515a5ec77b09c4559a3bb729af9cd7b)




More information about the mythtv-commits mailing list