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 tim.peters
Recipients
Date 2004-06-20.22:51:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Thanks for your patience, Anthony!  I checked this in after 
minor fiddling.  Biggest change was to supply a new macro 
and docs, to expose the unreferenced Delta_FromDelta 
member of the C API struct.  I do wish we had test cases -- 
as is, these maros could be totally busted and we'd have no 
way to know that.  But virtually all of the C API is untested 
that way, so it's not a fatal objection.

Doc/api/concrete.tex; new revision: 1.45
Include/datetime.h; new revision: 1.5
Misc/ACKS; new revision: 1.267
Misc/NEWS; new revision: 1.1008
Modules/datetimemodule.c; new revision: 1.74

The answers to your questions are implicit in what I checked 
in <wink>.  Note that in 2.4, datetimemodule.c *is* compiled 
as part of the core.  Guido nevertheless didn't want the 
datetime API to take advantage of that (I'm unclear on 
why).  I'm content to document the macros and leave it at 
that.

The DB API functions don't bother me one way or the other, 
so left them in.
History
Date User Action Args
2007-08-23 15:31:58adminlinkissue876130 messages
2007-08-23 15:31:58admincreate