Hello,

is there a better way for cycling through all options than this:


(options, args) = parser.parse_args()
for opt in options.__dict__.keys():
     print opt, ":", options.__dict__[opt]


Thanks for any nicer solution

-- 
Dieter Faulbaum
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to