None seems to work as a dictionary key, but I am wondering if that will just lead to trouble later. For example, this works:
>>> x={\'a\':1, \'b\':2, N
Funny though, even this works :
d = {None: 'None'} In [10]: None in d Out[10]: True