This repository was archived by the owner on Dec 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1- Fri Sep 09 00:00:01 2016 Google Inc. <google-gflags@googlegroups.com>
1+ Tue Nov 01 00:00:01 2016 Google Inc. <google-gflags@googlegroups.com>
2+ * python-gflags: version 3.1.0.
3+ * Python3 compatibility
4+ * Removed UnrecognizedFlag exception.
5+ * Replaced flags.DuplicateFlag with flags.DuplicateFlagError.
6+ * Moved the validators.Error class to exceptions.ValidationError.
7+ * Renamed IllegalFlagValue to IllegalFlagValueError.
8+ * Removed MutualExclusionValidator class, in favor of flags.MarkFlagsAsMutualExclusive.
9+ * Removed FlagValues.AddValidator method.
10+ * Removed _helpers.GetMainModule.
11+ * Use xml.dom.minidom to create XML strings, instead of manual crafting.
12+ * Declared PEP8-style names.
13+ * Added examples.
14+
15+
216
317 * python-gflags: version 3.0.7.
418 * Removed the unused method ShortestUniquePrefixes.
Original file line number Diff line number Diff line change 3232from distutils .core import setup
3333
3434setup (name = 'python-gflags' ,
35- version = '3.0.7 ' ,
35+ version = '3.1.0 ' ,
3636 description = 'Google Commandline Flags Module' ,
3737 license = 'BSD' ,
3838 author = 'Google Inc. and others' ,
You can’t perform that action at this time.
0 commit comments