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 bdkearns, belopolsky, josh.r, lemburg, mark.dickinson, tim.peters
Date 2014-03-07.01:21:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
>I'd appreciate any pointers on how to get started 

You probably know that the relevant code is in

http://hg.python.org/cpython/file/47f37a688c4c/Modules/_datetimemodule.c#l4059

The devguide should get you started:

http://docs.python.org/devguide/
History
Date User Action Args
2014-03-07 01:21:45belopolskysetrecipients: + belopolsky, lemburg, tim.peters, mark.dickinson, bdkearns, josh.r
2014-03-07 01:21:45belopolskysetmessageid: <[email protected]>
2014-03-07 01:21:45belopolskylinkissue20861 messages
2014-03-07 01:21:44belopolskycreate