Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

3.1.0

Choose a tag to compare

@vrusinov vrusinov released this 01 Nov 11:11
· 9 commits to master since this release
  • 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.