From: Georg Brandl Date: Sat, 22 Mar 2014 19:38:11 +0000 (+0100) Subject: Closes #20975: make date in the interpreter banner a little more consistent X-Git-Tag: v3.4.1rc1~202 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75c5ab49edff23dacd1410062480c031afc80c9d;p=thirdparty%2FPython%2Fcpython.git Closes #20975: make date in the interpreter banner a little more consistent --- diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index c182511ada3b..594992838793 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. >>>