id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 12071,"Numeric literals like ""2."" are incorrectly treated as Variables",Johannes Dollinger,nobody,"{{{ #!python >>> Variable(""2."").resolve(Context()) ... VariableDoesNotExist: Failed lookup for key [2] in u'[{}]' >>> Variable(""2."").resolve(Context({""2"": {"""": ""foo""}})) 'foo' }}} That should either be treated as a literal `float(2)` or raise `TemplateSyntaxError`. ",,closed,Template system,1.1,,wontfix,pycamp2010,,Design decision needed,0,0,0,0,0,0