summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.6.0a4.rst
diff options
context:
space:
mode:
authorStéphane Wirtel <stephane@wirtel.be>2018-10-26 22:58:26 (GMT)
committerBrett Cannon <brettcannon@users.noreply.github.com>2018-10-26 22:58:26 (GMT)
commit12e696b4f071ffe0d585b7f0d0d8020fd328bfdd (patch)
tree81ff44e5896a18441710a3e8f24543bf4d9382f5 /Misc/NEWS.d/3.6.0a4.rst
parent9e14e49f13ef1a726f31efe6689285463332db6e (diff)
downloadcpython-12e696b4f071ffe0d585b7f0d0d8020fd328bfdd.zip
cpython-12e696b4f071ffe0d585b7f0d0d8020fd328bfdd.tar.gz
cpython-12e696b4f071ffe0d585b7f0d0d8020fd328bfdd.tar.bz2
bpo-35042: Use the :pep: role where a PEP is specified (#10036)
Diffstat (limited to 'Misc/NEWS.d/3.6.0a4.rst')
-rw-r--r--Misc/NEWS.d/3.6.0a4.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Misc/NEWS.d/3.6.0a4.rst b/Misc/NEWS.d/3.6.0a4.rst
index 0be9c82..d613fd5 100644
--- a/Misc/NEWS.d/3.6.0a4.rst
+++ b/Misc/NEWS.d/3.6.0a4.rst
@@ -122,7 +122,7 @@ SystemError.
.. nonce: VrInsj
.. section: Core and Builtins
-Implemented PEP 487 (Simpler customization of class creation). Upon
+Implemented :pep:`487` (Simpler customization of class creation). Upon
subclassing, the __init_subclass__ classmethod is called on the base class.
Descriptors are initialized with __set_name__ after class creation.
@@ -133,7 +133,7 @@ Descriptors are initialized with __set_name__ after class creation.
.. nonce: nfVMKM
.. section: Library
-Add PEP 519/__fspath__() support to the os and os.path modules. Includes
+Add :pep:`519`/__fspath__() support to the os and os.path modules. Includes
code from Jelle Zijlstra. (See also: bpo-27524)
..
@@ -197,7 +197,7 @@ keyword-only.
.. nonce: nbAEM8
.. section: Library
-Add mathematical constant tau to math and cmath. See also PEP 628.
+Add mathematical constant tau to math and cmath. See also :pep:`628`.
..
@@ -400,7 +400,7 @@ of 4 GiB.
.. nonce: IDW05R
.. section: Library
-Implemented PEP 495 (Local Time Disambiguation).
+Implemented :pep:`495` (Local Time Disambiguation).
..
@@ -604,7 +604,7 @@ Update bundled Tcl/Tk to 8.6.6.
.. nonce: O0o0mB
.. section: Windows
-Adds PEP 514 metadata to Windows installer
+Adds :pep:`514` metadata to Windows installer
..