Re: [PATCH] doc/python: Update to Python 3

2020-04-20 Thread Daniel P . Berrangé
On Mon, Apr 20, 2020 at 08:01:54AM +0200, Philipp Hahn wrote: > Convert the simple example to Python 3 syntax: > - print() is a function > - do not use bare except > - libvirt.open*() does not return None but raises an exception > > The referenced source for the example was removed with > 5bb2a245

[PATCH] doc/python: Update to Python 3

2020-04-19 Thread Philipp Hahn
Convert the simple example to Python 3 syntax: - print() is a function - do not use bare except - libvirt.open*() does not return None but raises an exception The referenced source for the example was removed with 5bb2a245abbde4c0a407f631660e2f2c81bc4c02 --- docs/python.html.in | 18 +