Commit 13e8c9f1 authored by Georg Brandl's avatar Georg Brandl

Closes #20975: make date in the interpreter banner a little more consistent

parent 96dab8ba
......@@ -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.
>>>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment