diff options
author | Andrew Kuchling <amk@amk.ca> | 2014-03-19 20:23:01 (GMT) |
---|---|---|
committer | Andrew Kuchling <amk@amk.ca> | 2014-03-19 20:23:01 (GMT) |
commit | 2e3743cd30090090073600cb05050a0e85327254 (patch) | |
tree | c7aa1d6beafacfdef35818bc69b55a7f841ebcd0 /Doc/library/datetime.rst | |
parent | 26e417b1821c2f5d27a81d9733273522b5d21c31 (diff) | |
download | cpython-2e3743cd30090090073600cb05050a0e85327254.zip cpython-2e3743cd30090090073600cb05050a0e85327254.tar.gz cpython-2e3743cd30090090073600cb05050a0e85327254.tar.bz2 |
#13437: link to the source code for a few more modules
Diffstat (limited to 'Doc/library/datetime.rst')
-rw-r--r-- | Doc/library/datetime.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index e4f1eb2..f72b315 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -7,6 +7,8 @@ .. sectionauthor:: Tim Peters <tim@zope.com> .. sectionauthor:: A.M. Kuchling <amk@amk.ca> +**Source code:** :source:`Lib/datetime.py` + .. XXX what order should the types be discussed in? The :mod:`datetime` module supplies classes for manipulating dates and times in |