qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] tracetool: Python 2.4 compatibility fixes


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 0/4] tracetool: Python 2.4 compatibility fixes
Date: Fri, 27 Apr 2012 15:23:41 +0100

The new Python tracetool implementation works great but does not run on older
Python installations.  This series takes us back to the happy days of Python
2.4, which was released in 2004.

As a result tracetool should now work again on Mac OS X v10.5.8, OpenIndiana
oi_151a, Solaris 10 U9, and Red Hat Enterprise Linux 5.

Thanks for everyone's help testing on these platforms.

Stefan Hajnoczi (4):
  tracetool: use Python 2.4-compatible exception handling syntax
  tracetool: use Python 2.4-compatible __import__() arguments
  tracetool: avoid str.rpartition() Python 2.5 function
  configure: check for supported Python 2.x versions

 configure                     |    7 ++++---
 scripts/tracetool.py          |    4 ++--
 scripts/tracetool/__init__.py |   19 +++++++++++--------
 3 files changed, 17 insertions(+), 13 deletions(-)

-- 
1.7.10




reply via email to

[Prev in Thread] Current Thread [Next in Thread]