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 fdrake
Recipients belopolsky, docs@python, ezio.melotti, fdrake, tim.peters, tshepang
Date 2013-03-29.21:15:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364591758.69.0.795408622281.issue17571@psf.upfronthosting.co.za>
In-reply-to
Content
Let's just update the docstring:

"""Concrete date/time and related types.

See also http://dir.yahoo.com/Reference/calendars/

For a primer on DST, including many current DST rules, see
http://webexhibits.org/daylightsaving/

Sources for time zone and DST data: http://www.twinsun.com/tz/tz-link.htm

This was originally copied from the sandbox of the CPython CVS repository.
Thanks to Tim Peters for suggesting using it.
"""
History
Date User Action Args
2013-03-29 21:15:58fdrakesetrecipients: + fdrake, tim.peters, belopolsky, ezio.melotti, docs@python, tshepang
2013-03-29 21:15:58fdrakesetmessageid: <1364591758.69.0.795408622281.issue17571@psf.upfronthosting.co.za>
2013-03-29 21:15:58fdrakelinkissue17571 messages
2013-03-29 21:15:58fdrakecreate