diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-07-21 09:40:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 09:40:37 (GMT) |
commit | 4b9948617f91175783609769aa6160e5b49b9ccc (patch) | |
tree | 70ee26c5370423240516d52536ae9c23f64245c5 /Misc/NEWS.d/3.10.0a2.rst | |
parent | d036db728ea3d54509cbad06df74e2d9a31fbec8 (diff) | |
download | cpython-4b9948617f91175783609769aa6160e5b49b9ccc.zip cpython-4b9948617f91175783609769aa6160e5b49b9ccc.tar.gz cpython-4b9948617f91175783609769aa6160e5b49b9ccc.tar.bz2 |
gh-106909: Use role :const: for referencing module constants (GH-106910)
Diffstat (limited to 'Misc/NEWS.d/3.10.0a2.rst')
-rw-r--r-- | Misc/NEWS.d/3.10.0a2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.10.0a2.rst b/Misc/NEWS.d/3.10.0a2.rst index 061a82e..eeb179a 100644 --- a/Misc/NEWS.d/3.10.0a2.rst +++ b/Misc/NEWS.d/3.10.0a2.rst @@ -604,7 +604,7 @@ changes the working directory. PR by Anthony Sottile. .. nonce: 9wXTtY .. section: Library -The :mod:`shelve` module now uses :data:`pickle.DEFAULT_PROTOCOL` by default +The :mod:`shelve` module now uses :const:`pickle.DEFAULT_PROTOCOL` by default instead of :mod:`pickle` protocol ``3``. .. |