[Python-Dev] argparse ugliness (original) (raw)
Xavier Morel python-dev at masklinn.net
Sat Mar 6 18:26:00 CET 2010
- Previous message: [Python-Dev] argparse ugliness
- Next message: [Python-Dev] Modifying Grammar/grammar and other foul acts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I don't believe argparse's action specification scheme is bad either, but
On 6 Mar 2010, at 13:50 , Nick Coghlan wrote:
you wouldn't get the static name checking that is the primary benefit of using named constants in less dynamic languages.
There are quite a few tools which do handle static checking of that kind of stuff, so while Python itself doesn't provide it (as a builtin) it's not like you can't get it some other way.
- Previous message: [Python-Dev] argparse ugliness
- Next message: [Python-Dev] Modifying Grammar/grammar and other foul acts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]