On 01/25/11 05:59 PM, Keith Mitchell wrote:
On 01/25/11 04:37 AM, Jan Damborsky wrote:
Hi Jack,
thank you very much for review.
Please see my response in line.
Jan
On 01/24/11 10:46 PM, Jack Schwartz wrote:
Hi Jan and Keith.
I've re-examined just the parts I commented on earlier. Most looks
good. Just a few comments:
profile/__init__.py:
117: I didn't think setters were supposed to return anything.
Should it raise an exception to denote an
error condition?
From what I have just learnt about Python 'setter', its return value
seems
to be discarded so unless Keith objects, I will simplify code on
lines 116-119
in following way:
if self.system and user_infos:
self.system.users = user_infos
74: In a previous response, Keith suggested that "there was a lack
of docstrings in the ConfigProfile object. There are no newer
comments in that object, but I'm not sure that any are needed there
at this point... What do you think?
I will let Keith comment on that aspect.
I think that one just slipped through the cracks when I was going
through my pile of changes for code review. A few one line comments
would be appropriate, I think.
ok. I will enrich ConfigProfile class with docstrings.
Jan
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss