Python, for all its power and popularity, has long lacked a form of flow control found in other languages—a way to take a value and match it elegantly against one of a number of possible conditions.
A long time ago, I wrote a utility for an employer that allowed testers to perform verification on data coming out of a hardware box using a regular expression language. It allowed users to evaluate ...