summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.10.0b1.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-05-08 13:05:01 (GMT)
committerGitHub <noreply@github.com>2022-05-08 13:05:01 (GMT)
commitd0d22ca9fb6afc3f01d1d2dc18a5e1eaba2988fa (patch)
tree9dc291ccd4721c77d64625903fa3579867e0cfa2 /Misc/NEWS.d/3.10.0b1.rst
parent14bd6df0940e005c57745abf550c83f046de9a03 (diff)
downloadcpython-d0d22ca9fb6afc3f01d1d2dc18a5e1eaba2988fa.zip
cpython-d0d22ca9fb6afc3f01d1d2dc18a5e1eaba2988fa.tar.gz
cpython-d0d22ca9fb6afc3f01d1d2dc18a5e1eaba2988fa.tar.bz2
gh-92448: Update the documentation builder to render the GitHub issue. (GH-92449)
(cherry picked from commit 45e1721d100bab09510ccf9da49f14ca5cc268f4) Co-authored-by: Dong-hee Na <donghee.na@python.org>
Diffstat (limited to 'Misc/NEWS.d/3.10.0b1.rst')
-rw-r--r--Misc/NEWS.d/3.10.0b1.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.10.0b1.rst b/Misc/NEWS.d/3.10.0b1.rst
index 83ba504..2a3d358 100644
--- a/Misc/NEWS.d/3.10.0b1.rst
+++ b/Misc/NEWS.d/3.10.0b1.rst
@@ -941,7 +941,7 @@ result from ``entry_points()`` as deprecated.
..
-.. bpo: 47383
+.. gh: 47383
.. date: 2021-04-08-19-32-26
.. nonce: YI1hdL
.. section: Library
@@ -1001,7 +1001,7 @@ some :mod:`dataclasses`.
Fix :mod:`sqlite3` regression for zero-sized blobs with converters, where
``b""`` was returned instead of ``None``. The regression was introduced by
-GH-24723. Patch by Erlend E. Aasland.
+PR 24723. Patch by Erlend E. Aasland.
..