[python-win32] PyTime bug in 2.3 ?
Rob Nikander
rob at dolphinsearch.com
Sat Aug 7 01:55:53 CEST 2004
Hi all,
I'm wondering if anyone else as this problem. In Python 2.3, with win32
extensions installed...
> t = pywintypes.Time((1601,1,1,0,0,0))
> print t
... python dies without an exception. t.Format() also kills it.
Yes, the date is weird (year 1601), but we get dates like this from
Outlook and we have to handle them.
This doesn't happen in Python 2.2.
Thanks,
Rob
More information about the Python-win32
mailing list