python-tldp/tldp
Martin A. Brown fafc30ac0e argparse drops private method _ensure_value
The `argparse` library refactored to improvem performance of common use
cases.  Handling a list is not a common scenario and the function
_ensure_values (which was obviously private) disappeared.

This commit simply uses the same strategy that the upstream `argparse`
maintainers used.  Since this is a subclass of a private object type
anyway, this is expected sort of behaviour.
2022-10-23 18:46:01 +00:00
..
doctypes adding 2016 LDP copyright to each file 2016-04-29 11:02:02 -04:00
.gitignore yes, the usual .gitignore 2016-02-11 11:27:36 -08:00
__init__.py bumping version to tldp-0.7.13 2016-05-13 12:29:20 -04:00
cascadingconfig.py adding 2016 LDP copyright to each file 2016-04-29 11:02:02 -04:00
config.py argparse drops private method _ensure_value 2022-10-23 18:46:01 +00:00
driver.py adding 2016 LDP copyright to each file 2016-04-29 11:02:02 -04:00
inventory.py adding 2016 LDP copyright to each file 2016-04-29 11:02:02 -04:00
ldpcollection.py MutableMapping moves into collections.abc 2022-10-23 18:28:50 +00:00
outputs.py adding 2016 LDP copyright to each file 2016-04-29 11:02:02 -04:00
sources.py adding 2016 LDP copyright to each file 2016-04-29 11:02:02 -04:00
typeguesser.py fix guess(non-string) with Python 3.6 2017-07-14 11:16:57 +12:00
utils.py adding 2016 LDP copyright to each file 2016-04-29 11:02:02 -04:00