[issue44281] Links on top of collections doc not in the order of sections

2021-06-01 Thread Raymond Hettinger
Raymond Hettinger added the comment: ISTM that the table order doesn't need to match because the links take you directly to the section of interest. They make it so that you don't need to know the order of sections below. Currently, they have a "logical" grouping with the two sequence-like

[issue44281] Links on top of collections doc not in the order of sections

2021-06-01 Thread Raymond Hettinger
Change by Raymond Hettinger : -- assignee: docs@python -> rhettinger nosy: +rhettinger versions: -Python 3.9 ___ Python tracker ___ ___

[issue44281] Links on top of collections doc not in the order of sections

2021-06-01 Thread Raymond Hettinger
Change by Raymond Hettinger : -- priority: normal -> low ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue44281] Links on top of collections doc not in the order of sections

2021-06-01 Thread Andrei Kulakov
New submission from Andrei Kulakov : https://docs.python.org/3.11/library/collections.html Links are not in the same order as the sections below. It creates some dissonance for the reader to first read the section names above and then continue reading expecting them to be in the same order th