Ishani Chugh <[email protected]> writes: > This patch intends to make qmp.py compatible with both python2 and python3. > > * Python 3 does not have dict.has_key(key), use key in dict instead > * Avoid line-based I/O since Python 2/3 have different character > encoding behavior. Explicitly encode/decode JSON UTF-8. > * Replace print by print function. > > Signed-off-by: Ishani Chugh <[email protected]>
$ scripts/get_maintainer.pl -f $your_patch Markus Armbruster <[email protected]> (supporter:QMP) [email protected] (open list:All patches CC here) Just sayin' :)
