These patches "mostly" convert str to six.binary_type. IWAMOTO Toshihiro (1): python3: Convert str to six.binary_type where appropriate
fumihiko kakuma (1): python3: Use six.binary_type instead of str for binary data ryu/lib/packet/packet_utils.py | 3 +- ryu/lib/packet/sctp.py | 2 +- ryu/ofproto/ofproto_v1_2_parser.py | 12 +-- ryu/ofproto/ofproto_v1_3_parser.py | 12 +-- ryu/tests/unit/ofproto/test_parser_v12.py | 57 +++++------ ryu/tests/unit/ofproto/test_parser_v13.py | 13 +-- ryu/tests/unit/packet/test_cfm.py | 96 +++++++++--------- ryu/tests/unit/packet/test_dhcp.py | 5 +- ryu/tests/unit/packet/test_ethernet.py | 3 +- ryu/tests/unit/packet/test_icmp.py | 31 +++--- ryu/tests/unit/packet/test_icmpv6.py | 161 +++++++++++++++++------------- ryu/tests/unit/packet/test_igmp.py | 24 ++--- ryu/tests/unit/packet/test_ipv4.py | 3 +- ryu/tests/unit/packet/test_sctp.py | 3 +- 14 files changed, 230 insertions(+), 195 deletions(-) -- 2.1.4 ------------------------------------------------------------------------------ Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical & virtual servers, alerts via email & sms for fault. Monitor 25 devices for free with no restriction. Download now http://ad.doubleclick.net/ddm/clk/292181274;119417398;o _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
