This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients amaury.forgeotdarc, belopolsky, brett.cannon, brian.curtin, daniel.urban, davidfraser, eric.araujo, giampaolo.rodola, lemburg, mark.dickinson, pitrou, r.david.murray, rhettinger, techtonik, tim.peters, vstinner
Date 2010-07-23.16:19:44
SpamBayes Score 0.00078563293
Marked as misclassified No
Message-id <1279902011.67.0.629756635424.issue7989@psf.upfronthosting.co.za>
In-reply-to
Content
Brian, thanks for the fix and for testing.  I am attaching a commit-ready patch issue7989e.diff, that includes Brian's fix and a few white-space changes.

I hope I've resolved the SVN issue:  I was working in a read-only checkout while sandbox checkout was read/write.

Here is the svn status now:

M       PCbuild/pythoncore.vcproj
M       setup.py
M       Misc/NEWS
M       PC/config.c
A  +    Lib/datetime.py
A  +    Lib/test/datetimetester.py
M       Lib/test/test_datetime.py
A  +    Modules/_datetimemodule.c
D       Modules/datetimemodule.c
M       Modules/Setup.dist


Note that unlike previous patches, issue7989e.diff, contains only datetime.py differences compared to sandbox.  You should do

svn cp svn+ssh://pythondev@svn.python.org/sandbox/branches/py3k-datetime/datetime.py Lib

before it can be applied.  Depending on your patch utility, you may also need to do

svn cp Lib/test/test_datetime.py Lib/test/datetimetester.py

I am running final tests and will commit this patch shortly.
History
Date User Action Args
2010-07-23 16:20:13belopolskysetrecipients: + belopolsky, lemburg, tim.peters, brett.cannon, rhettinger, amaury.forgeotdarc, mark.dickinson, davidfraser, pitrou, vstinner, techtonik, giampaolo.rodola, eric.araujo, r.david.murray, brian.curtin, daniel.urban
2010-07-23 16:20:11belopolskysetmessageid: <1279902011.67.0.629756635424.issue7989@psf.upfronthosting.co.za>
2010-07-23 16:20:10belopolskylinkissue7989 messages
2010-07-23 16:20:09belopolskycreate