[issue29011] No entry Deque in typing.py

2017-01-16 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue29011] No entry Deque in typing.py

2017-01-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset dfefbf6f6c73 by Raymond Hettinger in branch '3.5': Issue #29011: Fix an important omission by adding Deque to the typing module. https://hg.python.org/cpython/rev/dfefbf6f6c73 -- nosy: +python-dev ___ Py

[issue29011] No entry Deque in typing.py

2016-12-27 Thread Raymond Hettinger
Changes by Raymond Hettinger : Added file: http://bugs.python.org/file46052/Deque2.diff ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue29011] No entry Deque in typing.py

2016-12-22 Thread Ivan Levkivskyi
Changes by Ivan Levkivskyi : -- nosy: +levkivskyi ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue29011] No entry Deque in typing.py

2016-12-20 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- components: +Library (Lib) keywords: +patch nosy: +ned.deily stage: -> patch review type: -> enhancement versions: +Python 3.5, Python 3.6, Python 3.7 Added file: http://bugs.python.org/file45979/Deque.diff ___ Pyth

[issue29011] No entry Deque in typing.py

2016-12-19 Thread Guido van Rossum
Guido van Rossum added the comment: I don't recall exactly what happened here, but I think it was left out during formulation of PEP 484 because it's not an ABC. IIRC originally we only wanted to include builtins and ABCs. But we changed that subsequently to include e.g. DefaultDict. I supp

[issue29011] No entry Deque in typing.py

2016-12-18 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- title: No entry for deques in typing -> No entry Deque in typing.py ___ Python tracker ___ ___ Pytho