Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

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://python...@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.

----------
Added file: http://bugs.python.org/file18155/issue7989e.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7989>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to