Issue 33887: doc Add TOC in Design and History FAQ (original) (raw)

Issue33887

Created on 2018-06-17 18:05 by adelfino, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 7766 merged adelfino,2018-06-17 18:06
PR 7878 merged miss-islington,2018-06-23 18:28
PR 7879 merged miss-islington,2018-06-23 18:29
PR 7880 merged miss-islington,2018-06-23 18:30
Messages (8)
msg319824 - (view) Author: Andrés Delfino (adelfino) * (Python triager) Date: 2018-06-17 18:05
IHMO, having all questions put together is really useful.
msg319850 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2018-06-18 02:16
Please don't fill-up the tracker with dozens of micro-PRs for tiny documentation changes of dubious benefit or occasional detriment. On the balance, it isn't helpful to have a newcomer second-guess every little writing decision that has been made. Ideally, we should focus on issues that are known to actually be confusing real users. Also, it would be ideal to spend time learning the existing documentation norms. The little micro-edits each take time to discuss, review and apply or reject. This eats into the small bits of spare time that the reviewers have and takes them away from other issues. Perhaps you could channel your enthusiasm into reviewing other doc patches or open bugs.
msg319853 - (view) Author: Andrés Delfino (adelfino) * (Python triager) Date: 2018-06-18 02:37
Sorry, Raymond, you are right.
msg320314 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2018-06-23 18:27
New changeset 38cf49bf695903ac7a8516bca6bbb6b32d935bb5 by Mariatta (Andrés Delfino) in branch 'master': bpo-33887: Add TOC to Design and History FAQ(GH-7766) https://github.com/python/cpython/commit/38cf49bf695903ac7a8516bca6bbb6b32d935bb5
msg320316 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2018-06-23 18:31
Thanks for the PR!
msg320318 - (view) Author: miss-islington (miss-islington) Date: 2018-06-23 18:33
New changeset 3e3157bd55f197ab36b280b26aea8dcd04e37fcf by Miss Islington (bot) in branch '2.7': bpo-33887: Add TOC to Design and History FAQ(GH-7766) https://github.com/python/cpython/commit/3e3157bd55f197ab36b280b26aea8dcd04e37fcf
msg320319 - (view) Author: miss-islington (miss-islington) Date: 2018-06-23 18:43
New changeset 070c91e46579429f7af7599af6d9e67a8dc5be50 by Miss Islington (bot) in branch '3.7': bpo-33887: Add TOC to Design and History FAQ(GH-7766) https://github.com/python/cpython/commit/070c91e46579429f7af7599af6d9e67a8dc5be50
msg320320 - (view) Author: miss-islington (miss-islington) Date: 2018-06-23 18:48
New changeset a845b7ab3e8ba1c20ef4c3ee23ebf50df7e7c4c6 by Miss Islington (bot) in branch '3.6': bpo-33887: Add TOC to Design and History FAQ(GH-7766) https://github.com/python/cpython/commit/a845b7ab3e8ba1c20ef4c3ee23ebf50df7e7c4c6
History
Date User Action Args
2022-04-11 14:59:01 admin set github: 78068
2018-06-23 18:48:30 miss-islington set messages: +
2018-06-23 18:43:45 miss-islington set messages: +
2018-06-23 18:33:46 miss-islington set nosy: + miss-islingtonmessages: +
2018-06-23 18:31:31 Mariatta set status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2018-06-23 18:30:27 miss-islington set pull_requests: + <pull%5Frequest7488>
2018-06-23 18:29:27 miss-islington set pull_requests: + <pull%5Frequest7487>
2018-06-23 18:28:36 miss-islington set pull_requests: + <pull%5Frequest7486>
2018-06-23 18:27:18 Mariatta set nosy: + Mariattamessages: +
2018-06-18 02:37:15 adelfino set messages: +
2018-06-18 02:16:10 rhettinger set nosy: + rhettingermessages: +
2018-06-17 18:06:54 adelfino set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest7374>
2018-06-17 18:05:50 adelfino create