diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2018-10-26 22:58:26 (GMT) |
---|---|---|
committer | Brett Cannon <brettcannon@users.noreply.github.com> | 2018-10-26 22:58:26 (GMT) |
commit | 12e696b4f071ffe0d585b7f0d0d8020fd328bfdd (patch) | |
tree | 81ff44e5896a18441710a3e8f24543bf4d9382f5 /Misc/NEWS.d/3.6.1rc1.rst | |
parent | 9e14e49f13ef1a726f31efe6689285463332db6e (diff) | |
download | cpython-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.1rc1.rst')
-rw-r--r-- | Misc/NEWS.d/3.6.1rc1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.6.1rc1.rst b/Misc/NEWS.d/3.6.1rc1.rst index 9137df6..1f9fb13 100644 --- a/Misc/NEWS.d/3.6.1rc1.rst +++ b/Misc/NEWS.d/3.6.1rc1.rst @@ -465,7 +465,7 @@ Patch written by Jiajun Huang. .. nonce: kN5S6v .. section: Library -functools.lru_cache() now respects PEP 468 and preserves the order of +functools.lru_cache() now respects :pep:`468` and preserves the order of keyword arguments. f(a=1, b=2) is now cached separately from f(b=2, a=1) since both calls could potentially give different results. @@ -689,7 +689,7 @@ Correctly handle special console filenames (patch by Eryk Sun) .. nonce: bhvrJ2 .. section: Windows -Implement PEP 529 for io.FileIO (Patch by Eryk Sun) +Implement :pep:`529` for io.FileIO (Patch by Eryk Sun) .. |