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
1 changed files with 1 additions and 1 deletions

View File

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