[issue23823] Generalization misused in deque docs

2015-03-31 Thread rschwieb
New submission from rschwieb: This sentence in the deque docs (https://docs.python.org/2/library/collections.html#collections.deque) is not accurate: Deques are a generalization of stacks and queues ... Deques are a _specialization_ of stacks and queues. Every deque is-a stack and is-a

[issue23823] Generalization misused in deque docs

2015-03-31 Thread Raymond Hettinger
Raymond Hettinger added the comment: Sorry, I disagree. -- nosy: +rhettinger resolution: - not a bug status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23823 ___