[issue24121] collections page doesn't mention that deques are mutable

2015-05-03 Thread Raymond Hettinger
New submission from Raymond Hettinger: Mutability is conferred by the presence of mutating methods. Deques are documented to have append, pop, extend, appendleft, popleft, extendleft, and rotate. Also the examples all show mutations. -- nosy: +rhettinger resolution: -> not a bug st

[issue24121] collections page doesn't

2015-05-03 Thread lf
Changes by lf : -- assignee: docs@python components: Documentation nosy: docs@python, lf priority: normal severity: normal status: open title: collections page doesn't versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6 __

[issue24121] collections page doesn't mention that deques are mutable

2015-05-03 Thread lf
Changes by lf : -- title: collections page doesn't -> collections page doesn't mention that deques are mutable ___ Python tracker ___ ___