This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Releases: google/python-gflags
Releases · google/python-gflags
3.1.2
3.1.1
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.
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
- Some changes for python3 compatibility.
- Automatically generate ordering operations for Flag.
- Add optional comma compatibility to whitespace-separated list flags.