Re: [Python-Dev] calendar.timegm

2006-02-23 Thread Donovan Baarda
On Tue, 2006-02-21 at 22:47 -0600, [EMAIL PROTECTED] wrote: > Sergey> Historical question ;) > > Sergey> Anyone can explain why function timegm is placed into module > Sergey> calendar, not to module time, where it would be near with > Sergey> similar function mktime? > > Historic

Re: [Python-Dev] calendar.timegm

2006-02-21 Thread skip
Sergey> Historical question ;) Sergey> Anyone can explain why function timegm is placed into module Sergey> calendar, not to module time, where it would be near with Sergey> similar function mktime? Historical accident. ;-) Skip ___ Py

[Python-Dev] calendar.timegm

2006-02-21 Thread Sergey Dorofeev
Hello. Historical question ;) Anyone can explain why function timegm is placed into module calendar, not to module time, where it would be near with similar function mktime? ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/ma