[libvirt] [PATCH 4/4] news: Update for Python 3 compatibility

Andrea Bolognani abologna at redhat.com
Tue Mar 20 10:53:55 UTC 2018


Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 docs/news.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index 6d729d5085..75a0543084 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -35,6 +35,17 @@
 <libvirt>
   <release version="v4.2.0" date="unreleased">
     <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 title="Improvements">
       <change>
-- 
2.14.3




More information about the libvir-list mailing list