From: Georg Brandl Date: Sat, 22 Mar 2014 19:39:08 +0000 (+0100) Subject: merge with 3.4 X-Git-Tag: v3.5.0a1~2048 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fa7ea1348b934e200ad40189870cc25dd59ed62;p=python merge with 3.4 --- 3fa7ea1348b934e200ad40189870cc25dd59ed62 diff --cc Doc/tutorial/interpreter.rst index 38d2773d25,5949928387..aa84061507 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@@ -95,9 -95,9 +95,9 @@@ with the *secondary prompt*, by defaul prints a welcome message stating its version number and a copyright notice before printing the first prompt:: - $ python3.4 - Python 3.4 (default, Mar 16 2014, 09:25:04) + $ python3.5 - Python 3.5 (default, Sep 24 2012, 09:25:04) - [GCC 4.6.3] on linux2 ++ Python 3.5 (default, Sep 16 2015, 09:25:04) + [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>>