I have to parse arguments so I used argparse module. This works well with Python 3.3 and Python 2.7. But some time I have to use it with Jython, and the last stable version of Jython is 2.5.3. This version do not have mo
I have to parse arguments so I used argparse module. This works well with Python 3.3 and Python 2.7. But some time I have to use it with Jython, and the last stable version of Jython is 2.5.3. This version do not have mo