On Thursday, January 9, 2020, Thomas Huth wrote: > Python 2 support has been removed, so we should now also remove > the announcement text for the deprecation. > > Signed-off-by: Thomas Huth > --- > qemu-deprecated.texi | 8 -------- > 1 file changed, 8 deletions(-) > > Reviewed by: Aleksandar Markovic > diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi > index 7033e531de..8b23e98474 100644 > --- a/qemu-deprecated.texi > +++ b/qemu-deprecated.texi > @@ -341,14 +341,6 @@ they have no effect when used with @option{-n} to > skip image creation. > Silently ignored options can be confusing, so this combination of > options will be made an error in future versions. > > -@section Build system > - > -@subsection Python 2 support (since 4.1.0) > - > -In the future, QEMU will require Python 3 to be available at > -build time. Support for Python 2 in scripts shipped with QEMU > -is deprecated. > - > @section Backwards compatibility > > @subsection Runnability guarantee of CPU models (since 4.1.0) > -- > 2.18.1 > > >