Re: Code critique xmlrpclib

2009-02-04 Thread Nick Craig-Wood
flagg wrote: > On Feb 3, 7:32?am, Nick Craig-Wood wrote: > > flagg wrote: > > > ?This xmlrpc server is designed to parse dns zone files and then > > > ?perform various actions on said files. \ > > > ?It uses dnspython, and xmlrpclib > > > ? I'd like to know what some of the more experienced pyt

Re: Code critique xmlrpclib

2009-02-03 Thread flagg
On Feb 3, 7:32 am, Nick Craig-Wood wrote: > flagg wrote: > >  This xmlrpc server is designed to parse dns zone files and then > >  perform various actions on said files. \ > >  It uses dnspython, and xmlrpclib > >   I'd like to know what some of the more experienced python users > >  think. Where

Re: Code critique xmlrpclib

2009-02-03 Thread Nick Craig-Wood
flagg wrote: > This xmlrpc server is designed to parse dns zone files and then > perform various actions on said files. \ > It uses dnspython, and xmlrpclib > I'd like to know what some of the more experienced python users > think. Where I could improve code, make it more efficient, whatever

Code critique xmlrpclib

2009-02-02 Thread flagg
This xmlrpc server is designed to parse dns zone files and then perform various actions on said files. \ It uses dnspython, and xmlrpclib I'd like to know what some of the more experienced python users think. Where I could improve code, make it more efficient, whatever. All suggestions are welcome