# HG changeset patch # User paulb@localhost.localdomain # Date 1169682236 -3600 # Node ID c386e98b9322a0cf948230b088303a5fc3676e68 # Parent d15f1a3fd8102a52e34029d704ad2fd52b73bdf8 Removed Dict from the "covered" list. diff -r d15f1a3fd810 -r c386e98b9322 viewer.py --- a/viewer.py Thu Jan 25 00:38:30 2007 +0100 +++ b/viewer.py Thu Jan 25 00:43:56 2007 +0100 @@ -125,15 +125,15 @@ A browsing visitor for AST nodes. Covered: Add, And, AssAttr, AssList, AssName, AssTuple, Assign, AugAssign, - Break, CallFunc, Class, Compare, Const, Continue, Dict, Discard, + Break, CallFunc, Class, Compare, Const, Continue, Discard, Div, FloorDiv, For, From, Function, Getattr, Global, If, Import, Keyword, Lambda, List, Mod, Module, Mul, Name, Not, Or, Pass, Power, Print, Printnl, Raise, Return, Slice, Stmt, Sub, Subscript, TryExcept, TryFinally, Tuple, UnaryAdd, UnarySub, While. - Missing: Assert, Backquote, Bitand, Bitor, Bitxor, Decorators, Ellipsis, - Exec, Invert, LeftShift, ListComp, ListCompFor, ListCompIf, - RightShift, Sliceobj, Yield. + Missing: Assert, Backquote, Bitand, Bitor, Bitxor, Decorators, Dict, + Ellipsis, Exec, Invert, LeftShift, ListComp, ListCompFor, + ListCompIf, RightShift, Sliceobj, Yield. """ def __init__(self, stream):