[caiman-discuss] Updated Python based Transfer Module

2008-03-25 Thread Moinak Ghosh
Dave Miner wrote: > Moinak Ghosh wrote: > >> Hello, >> >>I have posted an updated webrev for my changes here: >> http://cr.opensolaris.org/~moinakg/tm_python/ >> >> > > Looks good, just a few nits: > > transfer_mod.py > > 485: Looks like this is implemented already > Yes via the

[caiman-discuss] Updated Python based Transfer Module

2008-03-25 Thread Dave Miner
> Will fix. BTW as an aside, since we are using so much of Python across > various projects it will be nice to look at Python specific > lint/cstyle tools. IPS has done some work with pylint. Dave

[caiman-discuss] Updated Python based Transfer Module

2008-03-25 Thread Dave Miner
Moinak Ghosh wrote: > Hello, > >I have posted an updated webrev for my changes here: > http://cr.opensolaris.org/~moinakg/tm_python/ > Looks good, just a few nits: transfer_mod.py 485: Looks like this is implemented already 489,511: we're tracking the number of files copied, but never do

[caiman-discuss] Updated Python based Transfer Module

2008-03-25 Thread Stephen Hahn
* Dave Miner [2008-03-25 16:57]: > > > Will fix. BTW as an aside, since we are using so much of Python across > > various projects it will be nice to look at Python specific > > lint/cstyle tools. > > IPS has done some work with pylint. And we're looking at the Coverage module, too, when

[caiman-discuss] Updated Python based Transfer Module

2008-03-23 Thread Moinak Ghosh
Hello, I have posted an updated webrev for my changes here: http://cr.opensolaris.org/~moinakg/tm_python/ These changes incorporate Dave's review comments and adds several more changes: * It introduces support for the new interfaces defined in: http://src.opensolaris.org/source/xref/caima