X Tutup
Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/faq/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Why isn't there a switch or case statement in Python?

You can do this easily enough with a sequence of ``if... elif... elif... else``.
There have been some proposals for switch statement syntax, but there is no
consensus (yet) on whether and how to do range tests. See :pep:`275` for
consensus (yet) on whether and how to do range tests. See :pep:`3103` for
complete details and the current status.

For cases where you need to choose from a very large number of possibilities,
Expand Down
X Tutup