(original) (raw)

changeset: 89921:4476b7493ee4 branch: 3.4 parent: 89919:8661ffca4581 user: Georg Brandl georg@python.org date: Sat Mar 22 20:38:11 2014 +0100 files: Doc/tutorial/interpreter.rst description: Closes #20975: make date in the interpreter banner a little more consistent diff -r 8661ffca4581 -r 4476b7493ee4 Doc/tutorial/interpreter.rst --- a/Doc/tutorial/interpreter.rst Sat Mar 22 18:19:11 2014 +0100 +++ b/Doc/tutorial/interpreter.rst Sat Mar 22 20:38:11 2014 +0100 @@ -96,8 +96,8 @@ 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. >>> /georg@python.org