Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75c5ab4

Browse files
committed
Closes #20975: make date in the interpreter banner a little more consistent
1 parent c5e075f commit 75c5ab4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/tutorial/interpreter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ prints a welcome message stating its version number and a copyright notice
9696
before printing the first prompt::
9797

9898
$ python3.4
99-
Python 3.4 (default, Sep 24 2012, 09:25:04)
100-
[GCC 4.6.3] on linux2
99+
Python 3.4 (default, Mar 16 2014, 09:25:04)
100+
[GCC 4.8.2] on linux2
101101
Type "help", "copyright", "credits" or "license" for more information.
102102
>>>
103103

0 commit comments

Comments
 (0)