William,

1280                 elif len(value) == 0 or value == 'N' or value == 'NO':

If no input is provided by the user and a carriage return is pressed then 
len(value) = 0. If just a carriage return is pressed then that should be 
considered invalid input and not assumed to be the same as if 'N' or 'NO' was 
entered. If len(value) == 0 then the prompt should probably be displayed again.

Other than that looks fine to me.

Thanks
Tim
--
This message posted from opensolaris.org

Reply via email to