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: License for W3C C14N test suite is rendered as blockquote
Type: Stage: resolved
Components: Documentation Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: OSAMU.NAKAMURA, corona10, docs@python, miss-islington
Priority: normal Keywords: patch

Created on 2021-06-06 01:48 by OSAMU.NAKAMURA, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 26556 merged OSAMU.NAKAMURA, 2021-06-06 01:53
PR 26557 merged miss-islington, 2021-06-06 02:34
PR 26558 merged miss-islington, 2021-06-06 02:34
Messages (4)
msg395197 - (view) Author: OSAMU NAKAMURA (OSAMU.NAKAMURA) * Date: 2021-06-06 01:48
The License text for W3C C14N test suite is rendered as quoted text, but it should be rendered same as others.

- change`:` to `::`
msg395198 - (view) Author: Dong-hee Na (corona10) * (Python committer) Date: 2021-06-06 02:34
New changeset 71be46170490d08743c714b9fa4484038aa7a23e by NAKAMURA Osamu in branch 'main':
bpo-44320: Fix markup for W3C C14N test suite (GH-26556)
https://github.com/python/cpython/commit/71be46170490d08743c714b9fa4484038aa7a23e
msg395199 - (view) Author: miss-islington (miss-islington) Date: 2021-06-06 02:57
New changeset 3b87137176f790e93493fcb5543001f1cab8daf7 by Miss Islington (bot) in branch '3.10':
bpo-44320: Fix markup for W3C C14N test suite (GH-26556)
https://github.com/python/cpython/commit/3b87137176f790e93493fcb5543001f1cab8daf7
msg395200 - (view) Author: miss-islington (miss-islington) Date: 2021-06-06 02:57
New changeset 8e2c0fd7ada79107f7e0d9c465e77fb36a9486e5 by Miss Islington (bot) in branch '3.9':
bpo-44320: Fix markup for W3C C14N test suite (GH-26556)
https://github.com/python/cpython/commit/8e2c0fd7ada79107f7e0d9c465e77fb36a9486e5
History
Date User Action Args
2022-04-11 14:59:46adminsetgithub: 88486
2021-06-06 03:01:12corona10setstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-06-06 02:57:27miss-islingtonsetmessages: + msg395200
2021-06-06 02:57:02miss-islingtonsetmessages: + msg395199
2021-06-06 02:34:30miss-islingtonsetpull_requests: + pull_request25145
2021-06-06 02:34:25miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request25144
2021-06-06 02:34:23corona10setversions: + Python 3.9, Python 3.10, Python 3.11, - Python 3.8
2021-06-06 02:34:14corona10setnosy: + corona10
messages: + msg395198
2021-06-06 01:53:24OSAMU.NAKAMURAsetkeywords: + patch
stage: patch review
pull_requests: + pull_request25143
2021-06-06 01:48:47OSAMU.NAKAMURAcreate