Re: [Ryu-devel] [PATCH 0/3] More python3 stuff

2015-06-29 Thread FUJITA Tomonori
On Mon, 29 Jun 2015 19:51:10 +0900 IWAMOTO Toshihiro wrote: > These should be applied after recent Kakuma's patchset 2, 3 and 4. > > IWAMOTO Toshihiro (3): > python3: More b'str' conversion > python3: Decode return value of b64encode into str > python3: Remove harmful AsciiStringType.{enco

[Ryu-devel] [PATCH 0/3] More python3 stuff

2015-06-29 Thread IWAMOTO Toshihiro
These should be applied after recent Kakuma's patchset 2, 3 and 4. IWAMOTO Toshihiro (3): python3: More b'str' conversion python3: Decode return value of b64encode into str python3: Remove harmful AsciiStringType.{encode,decode} ryu/lib/stringify.py| 8 +++- ryu/li