Nick Craig-Wood wrote:
Tuomas Vesterinen wrote:
I hoped that I could get rid of my special module _strptime2 when
porting to Python 3.0. But testing is a disappointment.
[snip]
C :
strftime('%a %b %e %H:%M:%S %Y')='Sat May 9 11:26:12 2009'
strptime('Sat May 9 11:26:12 2009','%a %
Tuomas Vesterinen wrote:
> I hoped that I could get rid of my special module _strptime2 when
> porting to Python 3.0. But testing is a disappointment.
[snip]
> C :
> strftime('%a %b %e %H:%M:%S %Y')='Sat May 9 11:26:12 2009'
> strptime('Sat May 9 11:26:12 2009','%a %b %e %H:%M:%S %Y'