Doug Hellmann <doug.hellm...@gmail.com> added the comment:

I was actually surprised that prefix_chars didn't allow *any* of those 
characters to indicate an option.  For example, a program on Unix might use 
options that start with '-', but also support '/' as a prefix under Windows.  
If that's the intended behavior, that's OK, and maybe the docs can be made more 
specific.

It does, however, open the question of how to pick the prefix to use for 
automatically-generated options.  Maybe the current behavior is best after all, 
so the programmer disabling the '-' prefix character realizes they need to 
handle the help and version options explicitly.

----------

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

Reply via email to