Re: Newbie: Datetime, "Prog. in Win32", and how Python thinks

2005-09-05 Thread Fredrik Lundh
Max Yaffe wrote: > 1) H&R import a module "dates' which has been dropped. They use > sec2asc which is also m.i.a. I assume that the code should be adapted > to use module datetime. Is that correct? the dates.py module is part of the financial modeling toolkit that is described in chapter 6 of

Newbie: Datetime, "Prog. in Win32", and how Python thinks

2005-09-05 Thread Max Yaffe
Dear Group, First of all, thanks for all the postings about Datetime. They've helped alot. I'm a newbie to Python (albeit very experienced in programming C & OO) and trying to use "Programming in Win32" by Hammond & Robinson [H&R] to learn it. This may be a mistake since I think it refers to