trend anti trend parser

--HG--
branch : aspn
This commit is contained in:
Andreas
2009-10-30 22:39:27 +00:00
parent 96126d37aa
commit 8ec2b3c7ae

View File

@@ -19,6 +19,11 @@ TypeError: 'list' object is not callable
(I should have included a test case for this issue too). (I should have included a test case for this issue too).
Of course, if this doesn't matter in your application, go ahead and use it. Just be aware of the problem. Of course, if this doesn't matter in your application, go ahead and use it. Just be aware of the problem.
Reserved keys: 'clear', 'copy', 'fromkeys', 'get', 'has_key', 'items',
'iteritems', 'iterkeys', 'itervalues', 'keys', 'pop',
'popitem', 'setdefault', 'update', 'values'
""" """