New submission from Sworddragon:

Normally if a value to an argument is passed that is not in the choices list an 
error like "test.py: error: argument --test: invalid choice: 'c' (choose from 
'a', 'b')" is shown. But if the default is set to an invalid choice no error is 
shown.

----------
components: Library (Lib)
messages: 249318
nosy: Sworddragon
priority: normal
severity: normal
status: open
title: Default value for an argument that is not in the choices list gets 
accepted
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24956>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to