[issue44320] License for W3C C14N test suite is rendered as blockquote

2021-06-05 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue44320] License for W3C C14N test suite is rendered as blockquote

2021-06-05 Thread miss-islington
miss-islington added the comment: 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 -- __

[issue44320] License for W3C C14N test suite is rendered as blockquote

2021-06-05 Thread miss-islington
miss-islington added the comment: 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 -- _

[issue44320] License for W3C C14N test suite is rendered as blockquote

2021-06-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +25145 pull_request: https://github.com/python/cpython/pull/26558 ___ Python tracker ___ __

[issue44320] License for W3C C14N test suite is rendered as blockquote

2021-06-05 Thread Dong-hee Na
Change by Dong-hee Na : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.8 ___ Python tracker ___ ___ Python-bugs-list m

[issue44320] License for W3C C14N test suite is rendered as blockquote

2021-06-05 Thread Dong-hee Na
Dong-hee Na added the comment: 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 -- nosy: +corona10 __

[issue44320] License for W3C C14N test suite is rendered as blockquote

2021-06-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +25144 pull_request: https://github.com/python/cpython/pull/26557 ___ Python tracker _

[issue44320] License for W3C C14N test suite is rendered as blockquote

2021-06-05 Thread OSAMU NAKAMURA
Change by OSAMU NAKAMURA : -- keywords: +patch pull_requests: +25143 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26556 ___ Python tracker ___ _

[issue44320] License for W3C C14N test suite is rendered as blockquote

2021-06-05 Thread OSAMU NAKAMURA
New submission from OSAMU NAKAMURA : The License text for W3C C14N test suite is rendered as quoted text, but it should be rendered same as others. - change`:` to `::` -- assignee: docs@python components: Documentation messages: 395197 nosy: OSAMU.NAKAMURA, docs@python priority: norma