diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-03-15 04:21:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 04:21:52 (GMT) |
commit | 59f2741c4a1a53d4122d2cb512337f4b88619de9 (patch) | |
tree | 02a94b9f397a3b94b06ebb762d1ea800db4c97df /Misc | |
parent | 1e7a47ab86d5d6a5103e67ba71389f6daa18ea2d (diff) | |
download | cpython-59f2741c4a1a53d4122d2cb512337f4b88619de9.zip cpython-59f2741c4a1a53d4122d2cb512337f4b88619de9.tar.gz cpython-59f2741c4a1a53d4122d2cb512337f4b88619de9.tar.bz2 |
bpo-43199: Briefly explain why no goto (GH-24852)
Answer "Why is there no goto?" in the Design and History FAQ.
(cherry picked from commit 5e29021a5eb10baa9147fd977cab82fa3f652bf0)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc')
-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. |