diff options
author | Lysandros Nikolaou <lisandrosnik@gmail.com> | 2020-11-16 23:09:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 23:09:35 (GMT) |
commit | cae60187cf7a7b26281d012e1952fafe4e2e97e9 (patch) | |
tree | 90fe6ee32f7e1df5f6bda8701d7bf5f434f4f382 /Misc/NEWS.d | |
parent | cb3e5ed0716114393696ec7201e51fe0595eab4f (diff) | |
download | cpython-cae60187cf7a7b26281d012e1952fafe4e2e97e9.zip cpython-cae60187cf7a7b26281d012e1952fafe4e2e97e9.tar.gz cpython-cae60187cf7a7b26281d012e1952fafe4e2e97e9.tar.bz2 |
bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-11-16-17-30-03.bpo-42316._DdmpQ.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-11-16-17-30-03.bpo-42316._DdmpQ.rst b/Misc/NEWS.d/next/Core and Builtins/2020-11-16-17-30-03.bpo-42316._DdmpQ.rst new file mode 100644 index 0000000..77eb666 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-11-16-17-30-03.bpo-42316._DdmpQ.rst @@ -0,0 +1 @@ +Allow an unparenthesized walrus in subscript indexes.
\ No newline at end of file |