blob: aa65718de495752850cb9469cbfcc825d096a502 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001var = <warning descr="Python version 2.4, 2.5, 2.6, 3.0 do not support dictionary comprehensions">{i : chr(65+i) for i in range(4)}</warning>