Hi Joe, >>> cmd/text-install/osol_install/text_install/date_time.py >>> ------------------------------------------------------------------------------- >>> >>> >>> >>> Comment: >>> -------- >>> It seems you may be reinventing the wheel here. his seems like basic >>> functionality >>> to me. >>> >>> Perhaps exploring what Python base classes already exhist that could >>> handle >>> more of the functionality defined in date_time. >> >> The 'datetime' module is used in this file. Are there particular >> instances in this file that you think deserve extra attention? > > I see where you use datetime and I took at look at what datetime > provides and maybe I'm wrong but it seemed to me that you may be > duplicating what datetime is doing/providing.
After discussing this with you on the phone, you realized that the names that you thought might be duplicated with datetime were actually the names of input, error, and list fields to present/accept user data in the UI. So I believe your concern about the duplication was alleviated. Thanks, Sue
