[issue34167] Standard library docs: prev/next skip right over 16.11

2018-07-25 Thread INADA Naoki
Change by INADA Naoki : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bu

[issue34167] Standard library docs: prev/next skip right over 16.11

2018-07-24 Thread Segev Finer
Segev Finer added the comment: I think the prev/next links link to the previous/next document while 16.11 is in the same document as 16.10 at the bottom. -- nosy: +Segev Finer ___ Python tracker ___

[issue34167] Standard library docs: prev/next skip right over 16.11

2018-07-20 Thread Eric Janson
New submission from Eric Janson : Hitting next from 16.10 in standard library online docs jumps to 16.12. Previous goes from 16.12 back to 16.10. Curses.Textpad(16.11) must be random-accessed. -- assignee: docs@python components: Documentation messages: 322002 nosy: Eric Janson, docs