[Python-3000] Unicode and OS strings

Paul Moore p.f.moore at gmail.com
Sat Sep 15 23:29:35 CEST 2007


On 15/09/2007, Gregory P. Smith <greg at krypto.org> wrote:
> similarly for the environment.  os.environ dict
> should be bytes object keys and values

You can't have bytes as keys - the type isn't hashable...

Paul


More information about the Python-3000 mailing list