a0d0b6464f
This means: - An annotation like (int, str) is now typing.Union[int, str]. - utils.typing got expanded so it acts like the real typing.py, with issubclass() working properly with typing.Union and __union_params__ being set. - A literal string doesn't exist anymore as annotation, instead @cmdutils.argument now has a 'choices' argument which can be used like @cmdutils.argument('arg', choices=['val1', 'val2']). - Argument validating/converting is now entirely handled by argparser.type_conv instead of relying on python's argparse, i.e. type/choices is now not passed to argparse anymore. |
||
---|---|---|
.. | ||
data | ||
features | ||
conftest.py | ||
quteprocess.py | ||
test_dirbrowser.py | ||
test_hints_html.py | ||
test_insert_mode.py | ||
test_invocations.py | ||
test_mhtml_e2e.py | ||
test_quteprocess.py | ||
test_smoke.py | ||
test_testprocess.py | ||
test_webserver.py | ||
testprocess.py | ||
webserver_sub_ssl.py | ||
webserver_sub.py | ||
webserver.py |