diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2018-10-27 00:58:26 +0200 |
---|---|---|
committer | Brett Cannon <brettcannon@users.noreply.github.com> | 2018-10-26 15:58:26 -0700 |
commit | 12e696b4f071ffe0d585b7f0d0d8020fd328bfdd (patch) | |
tree | 81ff44e5896a18441710a3e8f24543bf4d9382f5 /Misc/NEWS.d/3.6.0b1.rst | |
parent | 9e14e49f13ef1a726f31efe6689285463332db6e (diff) | |
download | cpython-git-12e696b4f071ffe0d585b7f0d0d8020fd328bfdd.tar.gz |
bpo-35042: Use the :pep: role where a PEP is specified (#10036)
Diffstat (limited to 'Misc/NEWS.d/3.6.0b1.rst')
-rw-r--r-- | Misc/NEWS.d/3.6.0b1.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Misc/NEWS.d/3.6.0b1.rst b/Misc/NEWS.d/3.6.0b1.rst index f151557dcc..bd0e0a7c58 100644 --- a/Misc/NEWS.d/3.6.0b1.rst +++ b/Misc/NEWS.d/3.6.0b1.rst @@ -26,7 +26,7 @@ NSMALLPOSINTS = 0. .. nonce: Te4Tjb .. section: Core and Builtins -Implement formatting support for PEP 515. Initial patch by Chris Angelico. +Implement formatting support for :pep:`515`. Initial patch by Chris Angelico. .. @@ -107,7 +107,7 @@ Serhiy Storchaka and Victor Stinner. .. nonce: TdJp8_ .. section: Core and Builtins -Implement tokenizing support for PEP 515. Patch by Georg Brandl. +Implement tokenizing support for :pep:`515`. Patch by Georg Brandl. .. @@ -126,7 +126,7 @@ Levkivskyi. .. nonce: noeoav .. section: Core and Builtins -Implement PEP 525 -- Asynchronous Generators. +Implement :pep:`525` -- Asynchronous Generators. .. @@ -135,7 +135,7 @@ Implement PEP 525 -- Asynchronous Generators. .. nonce: 0ayJ5k .. section: Core and Builtins -Implement PEP 526 -- Syntax for Variable Annotations. Patch by Ivan +Implement :pep:`526` -- Syntax for Variable Annotations. Patch by Ivan Levkivskyi. .. @@ -224,7 +224,7 @@ longer a relevant platform for Python. .. nonce: rdhhVw .. section: Core and Builtins -Implement PEP 523. +Implement :pep:`523`. .. @@ -410,7 +410,7 @@ Patch written by Xiang Zhang. .. nonce: 0DdIrA .. section: Core and Builtins -Implement PEP 530 -- asynchronous comprehensions. +Implement :pep:`530` -- asynchronous comprehensions. .. |