On Mon, Jan 14, 2013 at 5:31 PM, Steven D'Aprano
<steve@pearwood.info> wrote:
Yuck, then the reader has to know what features are
enabled by which version numbers -- not something that's
easy to keep in one's head.
True. But neither are a plethora of enable_feature flags. Is it
allow_recursion or allow_recursive or enable_double_star? Globbing
is not likely to be something that most people use often enough that
the name of the arguments will stick in their head. People will
likely need to look it up one way or the other.