]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42727: Fix the NEWS entry .rst (GH-23932)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 25 Dec 2020 04:53:27 +0000 (20:53 -0800)
committerGitHub <noreply@github.com>
Fri, 25 Dec 2020 04:53:27 +0000 (20:53 -0800)
commit5a6b5d8c392ca7028e7c034710a89492cd704778
treebc0b71755e4c19f65963d535c6d3b6e8f5c7b651
parentf7dca9b9c864c1b7807014ea21a30cac76727e8b
bpo-42727: Fix the NEWS entry .rst (GH-23932)

It was causing CI failures.  the offending file came from https://github.com/python/cpython/pull/23917

```
python3 tools/rstlint.py ../Misc/NEWS.d/next/
[2] ../Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst:1: default role used
[2] ../Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst:2: default role used
2 problems with severity 2 found.
Makefile:204: recipe for target 'check' failed
```
(cherry picked from commit 8badadec53cbf9dc049c5b54198c5689481e3f3f)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst