In article <[email protected]>, Steven D'Aprano <[email protected]> wrote:
> I have a monkey-patched version of dir() which takes a second > argument, a glob, to filter the list of names returned: Neat idea, but globs are for wimps. All the cool kids are using regexes. See that other thread over there ==> -- https://mail.python.org/mailman/listinfo/python-list
