[spp] [PATCH v2 0/3] Update for Python 3 support

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Wed May 23 22:11:47 CEST 2018


From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>

Hi,

This patch set is for adding Python 3 support. This update is needed
to follow the previous patches of license update bacause it changes the
top of files and it affects codes importing modules. The difference
from v1 is only the number of line for the importing.

Thanks,
Yasufumi


Yasufumi Ogawa (3):
  controller: change importing for python3
  controller: fix encoding for socket
  docs: add description for python 3 support

 docs/guides/setup/getting_started.rst | 17 ++++++++++++--
 src/controller/conn_thread.py         | 19 ++++++++-------
 src/controller/shell.py               | 34 ++++++++++++++-------------
 src/controller/spp.py                 | 21 +++++++++--------
 src/controller/spp_common.py          |  2 +-
 src/controller/topo.py                |  4 ++--
 src/spp.py                            |  1 +
 7 files changed, 59 insertions(+), 39 deletions(-)

-- 
2.17.0



More information about the spp mailing list