[issue25286] views are not sequences

2015-10-07 Thread Martin Panter
Martin Panter added the comment: Thanks Akira -- resolution: -> fixed stage: commit review -> resolved status: open -> closed versions: +Python 2.7 ___ Python tracker ___ __

[issue25286] views are not sequences

2015-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 04815b55227f by Martin Panter in branch '2.7': Issue #25286: Accidentally dropped "the" https://hg.python.org/cpython/rev/04815b55227f -- ___ Python tracker __

[issue25286] views are not sequences

2015-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 41e1f2500047 by Martin Panter in branch '2.7': Issue #25286: Dictionary views are not sequences https://hg.python.org/cpython/rev/41e1f2500047 -- ___ Python tracker __

[issue25286] views are not sequences

2015-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 92429e01f444 by Martin Panter in branch '3.4': Issue #25286: Dictionary views are not sequences https://hg.python.org/cpython/rev/92429e01f444 New changeset c29f1114ef65 by Martin Panter in branch '3.5': Issue #25286: Merge dictionary view glossary

[issue25286] views are not sequences

2015-10-07 Thread Martin Panter
Martin Panter added the comment: Will commit this patch, except for the :dfn:`view` part. That isn’t a hyperlink, it just emphasizes the term. -- assignee: docs@python -> martin.panter nosy: +berker.peksag stage: patch review -> commit review ___ Pyt

[issue25286] views are not sequences

2015-10-01 Thread Akira Li
Akira Li added the comment: Thank you for `view`, hint. I did look for :term:`view` that was obviously not enough. The new patch contains the renamed entry in the correct place. All `view`, ` occurrences dictionary view are updated now. -- Added file: http://bugs.python.org/file40654/

[issue25286] views are not sequences

2015-09-30 Thread Martin Panter
Martin Panter added the comment: If changing the glossary heading, make sure it is kept in alphabetical order and incoming links still work (e.g. look for `view` and ). And maybe “dictionary view” (full spelling, and singular) would be a more accurate heading. The text changes look good howev

[issue25286] views are not sequences

2015-09-30 Thread Akira Li
New submission from Akira Li: The entry for *dict view* in the glossary may be clarified, to avoid confusion with collection.abc.Sequence i.e., from: They are lazy sequences that will see changes in the underlying dictionary. to something like: They provide a dynamic view on the dictiona