Re: strange python datetime issue on people.apache.org

2010-05-14 Thread Greg Stein
On Fri, May 14, 2010 at 20:56, Dongsheng Song wrote: > Hi forks, > > On my windows box (UTC+8), the following python code give me 22724 > (python 2.6.5 or 3.1.2), but on people.apache.org > > (python 2.6.4), I got > :22722: > > from datetime import datetime; > dt = datetime.now() - datetime(2000,

Re: strange python datetime issue on people.apache.org

2010-05-14 Thread Hyrum K. Wright
This mail was sent to comm...@subversion.apache.org. Please don't send mail to that list; it is for automatic commit notifications only. On Fri, May 14, 2010 at 7:56 PM, Dongsheng Song wrote: > Hi forks, > > On my windows box (UTC+8), the following python code give me 22724 > (python 2.6.5 or 3.