qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v4 0/2] Fix compilation with python-3 if en_US.UTF-8


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH v4 0/2] Fix compilation with python-3 if en_US.UTF-8 is unavailable
Date: Mon, 18 Jun 2018 19:59:56 +0200

v4:
 - Rewrite PATCH 1.

v3:
 - reverse order of patches
 - rename second patch to "Revert commit ..."
 - drop "UTF-8" argument in decode()/encode(); bot functions default to
   utf-8 already.

v2:
 - ensure compatibility with python2 by only calling encode()/decode() if
   script is run with a python3 interpreter

Markus Armbruster (1):
  qapi: Open files with encoding='utf-8'

Matthias Maier (1):
  Revert commit d4e5ec877ca

 Makefile               |  6 ++----
 scripts/qapi/common.py | 17 ++++++++++++++---
 tests/Makefile.include |  6 +++---
 3 files changed, 19 insertions(+), 10 deletions(-)

-- 
2.17.1




reply via email to

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