diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-28 18:16:36 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-28 18:16:36 (GMT) |
commit | 64c0b2ca3da8ffcaf8a8cf150a59eeb300326529 (patch) | |
tree | df4673042651d68a35d2213c984141b4cc77ac01 /Doc/tutorial | |
parent | 8e0dfea81c4b30654ea50c78f113d443fa396ec4 (diff) | |
download | cpython-64c0b2ca3da8ffcaf8a8cf150a59eeb300326529.zip cpython-64c0b2ca3da8ffcaf8a8cf150a59eeb300326529.tar.gz cpython-64c0b2ca3da8ffcaf8a8cf150a59eeb300326529.tar.bz2 |
Backport from 3.2: remove "Release" and "Date" markers from index pages.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/index.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/tutorial/index.rst b/Doc/tutorial/index.rst index 7d0bfc2..604cff8 100644 --- a/Doc/tutorial/index.rst +++ b/Doc/tutorial/index.rst @@ -4,9 +4,6 @@ The Python Tutorial ###################### -:Release: |version| -:Date: |today| - Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, |