This repository was archived by the owner on Dec 29, 2022. It is now read-only.
3.1.0
- Python3 compatibility
- Removed UnrecognizedFlag exception.
- Replaced flags.DuplicateFlag with flags.DuplicateFlagError.
- Moved the validators.Error class to exceptions.ValidationError.
- Renamed IllegalFlagValue to IllegalFlagValueError.
- Removed MutualExclusionValidator class, in favor of flags.MarkFlagsAsMutualExclusive.
- Removed FlagValues.AddValidator method.
- Removed _helpers.GetMainModule.
- Use xml.dom.minidom to create XML strings, instead of manual crafting.
- Declared PEP8-style names.
- Added examples.