diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2021-03-14 22:12:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-14 22:12:04 (GMT) |
commit | 5e29021a5eb10baa9147fd977cab82fa3f652bf0 (patch) | |
tree | 90a1981563a0e4e337c8180bf9f90fce4dfa08a5 /Misc/NEWS.d | |
parent | bd2fa3c416ffe6107b500a2180fa1764645c0a61 (diff) | |
download | cpython-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.rst | 1 |
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. |