diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-28 18:08:26 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-28 18:08:26 (GMT) |
commit | 8b7f9f581ddf9e80002d2bf46248bb95d6590749 (patch) | |
tree | b6b634bd1273290b99b5d0a2ad62cc830a13e2a3 /Doc/library/index.rst | |
parent | a1952d41201c292f16d7c9cac3a3755cb77bf68c (diff) | |
download | cpython-8b7f9f581ddf9e80002d2bf46248bb95d6590749.zip cpython-8b7f9f581ddf9e80002d2bf46248bb95d6590749.tar.gz cpython-8b7f9f581ddf9e80002d2bf46248bb95d6590749.tar.bz2 |
Remove unneeded "Release" and "Date" markers from doc index pages.
Diffstat (limited to 'Doc/library/index.rst')
-rw-r--r-- | Doc/library/index.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/index.rst b/Doc/library/index.rst index 9ac688c..b6a5559 100644 --- a/Doc/library/index.rst +++ b/Doc/library/index.rst @@ -4,9 +4,6 @@ The Python Standard Library ############################### -:Release: |version| -:Date: |today| - While :ref:`reference-index` describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python. It also |