On 7/26/07, Guido van Rossum <guido at python.org> wrote:
> (Personally
> I'd like to use strings for the keys since {'TEXT': 'stuff'} is a lot
> clearer than {1413830740: 'stuff'} when encountered in a debugging
> session.)
Good argument. You now have a patch that uses str() instead of b2i().