summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2021-03-14 22:12:04 (GMT)
committerGitHub <noreply@github.com>2021-03-14 22:12:04 (GMT)
commit5e29021a5eb10baa9147fd977cab82fa3f652bf0 (patch)
tree90a1981563a0e4e337c8180bf9f90fce4dfa08a5 /Misc/NEWS.d
parentbd2fa3c416ffe6107b500a2180fa1764645c0a61 (diff)
downloadcpython-5e29021a5eb10baa9147fd977cab82fa3f652bf0.zip
cpython-5e29021a5eb10baa9147fd977cab82fa3f652bf0.tar.gz
cpython-5e29021a5eb10baa9147fd977cab82fa3f652bf0.tar.bz2
bpo-43199: Briefly explain why no goto (GH-24852)
Answer "Why is there no goto?" in the Design and History FAQ.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Documentation/2021-03-13-18-43-54.bpo-43199.ZWA6KX.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-03-13-18-43-54.bpo-43199.ZWA6KX.rst b/Misc/NEWS.d/next/Documentation/2021-03-13-18-43-54.bpo-43199.ZWA6KX.rst
new file mode 100644
index 0000000..d1b454f
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2021-03-13-18-43-54.bpo-43199.ZWA6KX.rst
@@ -0,0 +1 @@
+Answer "Why is there no goto?" in the Design and History FAQ.