summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-22 19:38:11 (GMT)
committerGeorg Brandl <georg@python.org>2014-03-22 19:38:11 (GMT)
commit75c5ab49edff23dacd1410062480c031afc80c9d (patch)
tree3012bf3cf44be045795b33da71ac8f03f5d27764
parentc5e075ff03693934ef50b1cde130ccf8dfda3843 (diff)
downloadcpython-75c5ab49edff23dacd1410062480c031afc80c9d.zip
cpython-75c5ab49edff23dacd1410062480c031afc80c9d.tar.gz
cpython-75c5ab49edff23dacd1410062480c031afc80c9d.tar.bz2
Closes #20975: make date in the interpreter banner a little more consistent
-rw-r--r--Doc/tutorial/interpreter.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
index c182511..5949928 100644
--- a/Doc/tutorial/interpreter.rst
+++ b/Doc/tutorial/interpreter.rst
@@ -96,8 +96,8 @@ prints a welcome message stating its version number and a copyright notice
before printing the first prompt::
$ python3.4
- Python 3.4 (default, Sep 24 2012, 09:25:04)
- [GCC 4.6.3] on linux2
+ Python 3.4 (default, Mar 16 2014, 09:25:04)
+ [GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>