This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add protocol description to the Traversable and TraversableResources documentation
Type: enhancement Stage: resolved
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: FFY00, docs@python, jaraco, miss-islington
Priority: normal Keywords: patch

Created on 2021-10-18 19:07 by FFY00, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 29039 merged FFY00, 2021-10-18 19:13
PR 29045 merged FFY00, 2021-10-19 00:18
PR 29173 merged FFY00, 2021-10-22 20:57
PR 29174 open FFY00, 2021-10-22 21:11
PR 29194 merged FFY00, 2021-10-23 16:04
PR 29348 merged miss-islington, 2021-10-31 17:24
PR 29349 merged miss-islington, 2021-10-31 17:24
Messages (7)
msg404239 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2021-10-18 22:58
New changeset 4d03de3329ed8daa9c1107b1aedbb0fa280bddb6 by Filipe Laíns in branch 'main':
bpo-45516: add protocol description to the Traversable documentation (#29039)
https://github.com/python/cpython/commit/4d03de3329ed8daa9c1107b1aedbb0fa280bddb6
msg404254 - (view) Author: Filipe Laíns (FFY00) * (Python triager) Date: 2021-10-19 00:11
Actually, since TraversableResources is simply implementing ResourceReader, the protocol is documented. We could reference ResourceReader in the docstring though.
msg404256 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2021-10-19 00:52
New changeset c0295675305f6896e4ba7496441cc470d7edca89 by Filipe Laíns in branch 'main':
bpo-45516: use documentation links in TraversableResources' description (GH-29045)
https://github.com/python/cpython/commit/c0295675305f6896e4ba7496441cc470d7edca89
msg404887 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2021-10-23 15:48
New changeset 8ce20bbdd6d2b1277a5e74154fcdcef2cb0fee49 by Filipe Laíns in branch 'main':
bpo-45516: add protocol description to the TraversableResources documentation (#29173)
https://github.com/python/cpython/commit/8ce20bbdd6d2b1277a5e74154fcdcef2cb0fee49
msg405405 - (view) Author: miss-islington (miss-islington) Date: 2021-10-31 14:57
New changeset bc8fd7c9c24eb71217ebdb8a12cf38e9dc4215b2 by Filipe Laíns in branch 'main':
bpo-45516: fix Traversable.name documentation (GH-29194)
https://github.com/python/cpython/commit/bc8fd7c9c24eb71217ebdb8a12cf38e9dc4215b2
msg405414 - (view) Author: miss-islington (miss-islington) Date: 2021-10-31 19:26
New changeset 89b1237ffbd2df2721dc4959e3ccb1106f3555b5 by Miss Islington (bot) in branch '3.10':
bpo-45516: add protocol description to the Traversable documentation (GH-29039)
https://github.com/python/cpython/commit/89b1237ffbd2df2721dc4959e3ccb1106f3555b5
msg405415 - (view) Author: miss-islington (miss-islington) Date: 2021-10-31 19:27
New changeset b04b307e0ebad0d9c7cc311fe6018b8d31b2ac8d by Miss Islington (bot) in branch '3.9':
bpo-45516: add protocol description to the Traversable documentation (GH-29039)
https://github.com/python/cpython/commit/b04b307e0ebad0d9c7cc311fe6018b8d31b2ac8d
History
Date User Action Args
2022-04-11 14:59:51adminsetgithub: 89679
2021-10-31 19:27:58miss-islingtonsetmessages: + msg405415
2021-10-31 19:26:57miss-islingtonsetmessages: + msg405414
2021-10-31 17:24:21miss-islingtonsetpull_requests: + pull_request27612
2021-10-31 17:24:17miss-islingtonsetpull_requests: + pull_request27611
2021-10-31 14:57:28miss-islingtonsetnosy: + miss-islington
messages: + msg405405
2021-10-23 16:04:04FFY00setpull_requests: + pull_request27464
2021-10-23 15:48:03jaracosetmessages: + msg404887
2021-10-22 21:11:54FFY00setpull_requests: + pull_request27447
2021-10-22 20:57:23FFY00setpull_requests: + pull_request27446
2021-10-19 00:53:18FFY00setstatus: open -> closed
resolution: fixed
type: enhancement
stage: patch review -> resolved
2021-10-19 00:52:36jaracosetmessages: + msg404256
2021-10-19 00:18:32FFY00setpull_requests: + pull_request27316
2021-10-19 00:11:40FFY00setmessages: + msg404254
2021-10-18 22:58:23jaracosetnosy: + jaraco
messages: + msg404239
2021-10-18 19:13:00FFY00setkeywords: + patch
stage: patch review
pull_requests: + pull_request27310
2021-10-18 19:07:19FFY00create