Keys can now be any expression evaluating to a string value, not limited to string literals any more.
d = {'a' + 'b' : 42} k = 'cd' d += {k : 43}