Mailing List Archive

[MythTV/mythtv] 1a1b69: Python Bindings: Services API, logging & XML enhan...
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 1a1b69836515a5ec77b09c4559a3bb729af9cd7b
https://github.com/MythTV/mythtv/commit/1a1b69836515a5ec77b09c4559a3bb729af9cd7b
Author: Roland Ernst <rcrernst@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@mythtv.org>


_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-commits