From: Andrea Bolognani Date: Tue, 20 Mar 2018 10:49:35 +0000 (+0100) Subject: news: Update for Python 3 compatibility X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=eb2392fff4d8257c5e757e60cc6904f788105aff;p=libvirt.git news: Update for Python 3 compatibility Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrangé --- 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 @@
+ + + Support building with Python 3 + + + 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. + +