[issue29011] No entry for deques in typing

Raymond Hettinger report at bugs.python.org
Mon Dec 19 01:36:08 EST 2016


Raymond Hettinger added the comment:

FWIW, I tried "d = deque() # type: typing.MutableSequence" but this gave:

    error: MutableSequence[Post] has no attribute "appendleft"

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29011>
_______________________________________


More information about the Python-bugs-list mailing list