Merge remote-tracking branch 'mapreri/stable-output' into testing. Closes GH-1250.

This commit is contained in:
Valentin Lorentz 2016-07-23 16:23:09 +02:00
commit e41b75d636

View File

@ -192,7 +192,7 @@ def join(names):
class Group(object): class Group(object):
"""A group; it doesn't hold a value unless handled by a subclass.""" """A group; it doesn't hold a value unless handled by a subclass."""
def __init__(self, help='', supplyDefault=False, def __init__(self, help='', supplyDefault=False,
orderAlphabetically=False, private=False): orderAlphabetically=True, private=False):
self._help = utils.str.normalizeWhitespace(help) self._help = utils.str.normalizeWhitespace(help)
self._name = 'unset' self._name = 'unset'
self._added = [] self._added = []