diff options
author | Dong-hee Na <donghee.na@python.org> | 2022-05-08 13:31:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-08 13:31:40 (GMT) |
commit | 731d893bdf29c8048b392691f9dee74ed4c9c9b3 (patch) | |
tree | d2133d7d9e3f09f8dc22fbaeb7ff02e5012a67ff /Misc/NEWS.d/3.8.0a1.rst | |
parent | 4674b315e555828e5cb15bedcf2c495669670cbb (diff) | |
download | cpython-731d893bdf29c8048b392691f9dee74ed4c9c9b3.zip cpython-731d893bdf29c8048b392691f9dee74ed4c9c9b3.tar.gz cpython-731d893bdf29c8048b392691f9dee74ed4c9c9b3.tar.bz2 |
[3.10] gh-92448: Update the documentation builder to render the GitHub issue (GH-92449). (GH-92457)
Diffstat (limited to 'Misc/NEWS.d/3.8.0a1.rst')
-rw-r--r-- | Misc/NEWS.d/3.8.0a1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.8.0a1.rst b/Misc/NEWS.d/3.8.0a1.rst index 5cd3fa3..09b858d 100644 --- a/Misc/NEWS.d/3.8.0a1.rst +++ b/Misc/NEWS.d/3.8.0a1.rst @@ -4617,7 +4617,7 @@ Based on patch by c-fos. .. section: Library Remove HMAC default to md5 marked for removal in 3.8 (removal originally -planned in 3.6, bump to 3.8 in gh-7062). +planned in 3.6, bump to 3.8 in PR 7062). .. |