Matthew Barnett <pyt...@mrabarnett.plus.com> added the comment: @rhettinger: The problem with "nodefault" is that it's negative, so that "nodefault=False" means that you don't not want the default, if you see what I mean. I think that "suppress" would be better:
mo.groupdict(suppress=True) @larry: If the parameter was "default", would that mean that you could provide a different default, such as: mo.groupdict(default="") ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14991> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com