]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Update for Python 3 compatibility
authorAndrea Bolognani <abologna@redhat.com>
Tue, 20 Mar 2018 10:49:35 +0000 (11:49 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 20 Mar 2018 13:03:22 +0000 (14:03 +0100)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/news.xml

index 6d729d50852352f6e57d9060d84c57f61f3d76ef..75a05430843dc53f0a3ff220c61ec0a8ec9f313f 100644 (file)
 <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>