Re: [PATCH 2 of 3 V3] py3: utility functions to convert keys of kwargs to bytes/unicodes

2016-12-09 Thread Pulkit Goyal
Can I see the traceback, because this is the iteritems() version and I don't see anythinng breaking Python 2.6 :( On Fri, Dec 9, 2016 at 4:14 PM, Yuya Nishihara wrote: > On Fri, 09 Dec 2016 00:42:38 +0530, Pulkit Goyal wrote: >> # HG changeset patch >> # User Pulkit Goyal

Re: [PATCH 2 of 3 V3] py3: utility functions to convert keys of kwargs to bytes/unicodes

2016-12-09 Thread Yuya Nishihara
On Fri, 09 Dec 2016 00:42:38 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1481127783 -19800 > # Wed Dec 07 21:53:03 2016 +0530 > # Node ID a359ab71022408a864d58baba3b365ee262560df > # Parent e6e1c531a879c091caeaf7597744e98bcfbb41c9 >

[PATCH 2 of 3 V3] py3: utility functions to convert keys of kwargs to bytes/unicodes

2016-12-08 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1481127783 -19800 # Wed Dec 07 21:53:03 2016 +0530 # Node ID a359ab71022408a864d58baba3b365ee262560df # Parent e6e1c531a879c091caeaf7597744e98bcfbb41c9 py3: utility functions to convert keys of kwargs to bytes/unicodes