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 acucci
Recipients SilentGhost, acucci, belopolsky, berker.peksag, cvrebert, elixir, ezio.melotti, gvanrossum, jerry.elmore, lemburg, martin.panter, matrixise, r.david.murray, skip.montanaro, terry.reedy, tim.peters, vstinner
Date 2015-12-16.21:47:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450302441.53.0.160777035562.issue19475@psf.upfronthosting.co.za>
In-reply-to
Content
Uploaded a new patch (v4):
DONE:
- now all tests work (I also added one more)
- removed non ascii chars
- added milliseconds and nanoseconds as multiple of microseconds
- removed code duplication in the datetime.py
- update the docstring.

TODO:
> The doc string in the C module needs updating. 
Where? I guess "Macros to extract fields from datetime objects." in c-api/datetime.rst Tell me if I'm wrong

> I think timespec= option should also be added to the time.isoformat method.
I'll do it when I'm sure that the datetime.isoformat method is correct.
History
Date User Action Args
2015-12-16 21:47:21acuccisetrecipients: + acucci, lemburg, gvanrossum, tim.peters, skip.montanaro, terry.reedy, belopolsky, vstinner, ezio.melotti, r.david.murray, cvrebert, SilentGhost, berker.peksag, martin.panter, matrixise, elixir, jerry.elmore
2015-12-16 21:47:21acuccisetmessageid: <1450302441.53.0.160777035562.issue19475@psf.upfronthosting.co.za>
2015-12-16 21:47:21acuccilinkissue19475 messages
2015-12-16 21:47:21acuccicreate