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.

作者 steve.roberts
收信人 brett.cannon, catlee, erik.stephens, guettli, jribbens, skip.montanaro, steve.roberts, tim.peters, tomster
日期 2008-10-31.08:17:22
SpamBayes Score 5.9201494e-07
Marked as misclassified
Message-id <1225441045.99.0.80420279133.issue1673409@psf.upfronthosting.co.za>
In-reply-to
内容
I would like to add a use case, generating random dates. Especially
generating random dates/times according to different probability
distributions and within ranges. It would be nicest if operations could
be done directly with datetime, date, time and timedelta objects, but
easy conversion to and from timestamps as requested here would also make
for reasonably convenient code (i.e. get timestamp conversions from
objects to represent ranges, generate random numbers and convert back)
历史
日期 用户 动作 参数
2008-10-31 08:17:26steve.roberts修改recipients: + steve.roberts, tim.peters, skip.montanaro, brett.cannon, jribbens, guettli, catlee, tomster, erik.stephens
2008-10-31 08:17:25steve.roberts修改messageid: <1225441045.99.0.80420279133.issue1673409@psf.upfronthosting.co.za>
2008-10-31 08:17:24steve.roberts链接issue1673409 messages
2008-10-31 08:17:23steve.roberts创建