[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: cvs2svn and strptime

From: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2003-10-22 04:04:10 CEST

Max Bowsher wrote:
> ...
> Here is a modified version of the strptime section of Russell
> Yanofsky's issue-1360 patch.
>
> I've made the regexp shorter by making use of \d and {2}, and changed
> tm_isdst from 0 to -1, which seems to be more correct in my testing.
>
> By the way, when is this compatibility code activated?

hasattr(time, 'strptime') is true when run on platforms that do not provide
a strptime function.

- Russ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 22 04:11:35 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.