> There are some issues with the time module. time.strptime (which > converts text dates to time format) only works on unix (and > sounds flaky It looks like this will be fixed from Python 2.3 onwards by a Python script replacing any underlying OS's inability to perfrom strptime. It would still be useful to have basic date functionality though. Nick