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 akira
Recipients akira, christian.heimes, docs@python, gudge, janssen, pitrou
Date 2014-04-28.13:35:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398692143.84.0.415818266118.issue19940@psf.upfronthosting.co.za>
In-reply-to
Content
I've updated the patch:

- fixed the code example in the documentation to use int instead of
  float result
- removed assertion on the int returned type (float won't lose precision
  for the practical dates but guaranteeing an integer would be nice)
- reworded the scary comment
- removed tests that test the tests

Ready for review.
History
Date User Action Args
2014-04-28 13:35:43akirasetrecipients: + akira, janssen, pitrou, christian.heimes, docs@python, gudge
2014-04-28 13:35:43akirasetmessageid: <1398692143.84.0.415818266118.issue19940@psf.upfronthosting.co.za>
2014-04-28 13:35:43akiralinkissue19940 messages
2014-04-28 13:35:43akiracreate