Andreas Mixich wrote:
> Hi,
>
> does anyone know about a ReadArgs() implementation for Python as seen on
> AmigaDOS ?

I don't know about ReadArgs() but for parsing of command line arguments 
in Python see the optparse module or this recipe:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/278844
http://docs.python.org/lib/module-optparse.html

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to