news: Update for Python 3 compatibility

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Andrea Bolognani 2018-03-20 11:49:35 +01:00
parent 86416a7491
commit eb2392fff4

View File

@ -35,6 +35,17 @@
<libvirt> <libvirt>
<release version="v4.2.0" date="unreleased"> <release version="v4.2.0" date="unreleased">
<section title="New features"> <section title="New features">
<change>
<summary>
Support building with Python 3
</summary>
<description>
Python is required to build libvirt, and up until now only Python 2
could be used as an interpreter. All scripts used during build have
now been made compatible with Python 3, which means both major
releases of the language are fully supported.
</description>
</change>
</section> </section>
<section title="Improvements"> <section title="Improvements">
<change> <change>